Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Go Language
787+ articles
Programming Language
594+ articles
Golang-Misc
9 posts
Recent Articles
Popular Articles
Auto Format Go Programming Language Source Code with gofmt
Last Updated: 17 October 2022
Formatting of source code adds an important feature to the quality and readability of the code. In Golang, we have built-in packages and commands to auto-format code in th...
read more
Go Language
Golang-Misc
Templates in GoLang
Last Updated: 16 July 2020
Template in Golang is a robust feature to create dynamic content or show customized output to the user. Golang has two packages with templates:text/templatehtml/templateTh...
read more
Go Language
Golang-Misc
base64 Package in Golang
Last Updated: 22 June 2020
Go language provides inbuilt support for base64 encoding/decoding and has functions that could be used to perform operations on the given data using the base64 package..ba...
read more
Go Language
Golang-Misc
Type Switches in GoLang
Last Updated: 15 October 2021
A switch is a multi-way branch statement used in place of multiple if-else statements but can also be used to find out the dynamic type of an interface variable. A type sw...
read more
Go Language
Golang-Misc
Type Assertions in Golang
Last Updated: 22 June 2020
Type assertions in Golang provide access to the exact type of variable of an interface. If already the data type is present in the interface, then it will retrieve the act...
read more
Go Language
Golang-Misc
What is Regex in Golang?
Last Updated: 19 May 2020
A Regular Expression (or RegEx) is a special sequence of characters that defines a search pattern that is used for matching specific text. In Golang, there's a built-in pa...
read more
Picked
Go Language
Golang-Misc
base64.DecodeString() Function in Golang With Examples
Last Updated: 19 May 2020
Go language provides inbuilt support for base64 encoding/decoding and has functions that could be used to perform operations on the given data using the base64 package. Th...
read more
Go Language
Golang-Misc
flag.Bool() Function in Golang With Examples
Last Updated: 19 May 2020
Go language provides inbuilt support for command-line parsing and has functions that could be used to define flags to be used with a command-line program using the flag pa...
read more
Go Language
Golang-Misc
How to use Ellipsis (...) in Golang?
Last Updated: 25 April 2025
The three dots (...) in Golang is termed as Ellipsis in Golang which is used in the variadic function. The function that called with the varying number of arguments is kno...
read more
Picked
Go Language
Golang-Misc
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !