Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
GBlog
3.2k+ articles
Go Language
770+ articles
GBlog 2024
700+ articles
GBlog 2025
470+ articles
Golang-String
64 articles
Golang-Slices
54 articles
Golang-Pointers
14 articles
Go-Functions
12 articles
Golang-Concurrency
9 articles
Go-Basics
8 articles
Golang
150+ posts
Popular Articles
Recent Articles
Top 10 Golang Frameworks in 2025
Last Updated: 21 November 2024
Golang (or Go) is an open-source compiled programming language that is used to build simple, systematic, and secure software. It was designe
...read more
GBlog
Programming Language
Go Language
Golang
Frameworks
GBlog 2024
How to Split a String in Golang?
Last Updated: 29 October 2024
In Go language, strings differ from other languages like Java, C++, and Python. A string in Go is a sequence of variable-width characters, w
...read more
Go Language
Golang
Golang-String
How to convert a string in lower case in Golang?
Last Updated: 12 November 2024
In Go, converting a string to lowercase is a common operation that can be accomplished easily using the strings package. This package provid
...read more
Go Language
Golang
Golang-String
Similar Topics
GBlog
3.2k+ articles
Go Language
770+ articles
GBlog 2024
700+ articles
GBlog 2025
470+ articles
Golang-String
64+ articles
Golang-Slices
54+ articles
Golang-Pointers
14+ articles
Go-Functions
12+ articles
Golang-Concurrency
9+ articles
Go-Basics
8+ articles
How to Trim a String in Golang?
Last Updated: 05 November 2024
In Go, strings are UTF-8 encoded sequences of variable-width characters, unlike some other languages like Java, python and C++. Go provides
...read more
Go Language
Golang
Golang-String
Interfaces in Golang
Last Updated: 28 October 2024
In Go, an interface is a type that lists methods without providing their code. You can’t create an instance of an interface directly, but
...read more
Go Language
Golang
Golang-Interfaces
Channel in Golang
Last Updated: 20 November 2019
In Go language, a channel is a medium through which a goroutine communicates with another goroutine and this communication is lock-free. Or
...read more
Go Language
Golang
Golang-Concurrency
Different ways to concatenate two strings in Golang
Last Updated: 28 October 2024
In Go, strings are immutable sequences of bytes encoded with UTF-8. Concatenating two or more strings into a single string is straightforwar
...read more
Go Language
Golang
Golang-String
Different ways to compare Strings in Golang
Last Updated: 28 October 2024
In Go, strings are immutable sequences of bytes encoded in UTF-8. You can compare them using comparison operators or the strings.Compare fun
...read more
Go Language
Golang
Golang-String
Strings in Golang
Last Updated: 11 July 2024
In the Go language, strings are different from other languages like Java, C++, Python, etc. It is a sequence of variable-width characters wh
...read more
Go Language
Golang
Golang-String
Golang Maps
Last Updated: 29 October 2024
In Go (Golang), a map is a powerful and versatile data structure that acts as a collection of unordered key-value pairs. Maps are widely use
...read more
Go Language
Golang
Slices in Golang
Last Updated: 02 March 2023
Slices in Go are a flexible and efficient way to represent arrays, and they are often used in place of arrays because of their dynamic size
...read more
Go Language
Golang
Golang-Slices
Pointers in Golang
Last Updated: 11 August 2021
Pointers in Go programming language or Golang is a variable that is used to store the memory address of another variable. Pointers in Golang
...read more
Go Language
Golang-Pointers
Golang
Arrays in Go
Last Updated: 04 February 2025
Arrays in Golang or Go programming language is much similar to other programming languages. In the program, sometimes we need to store a col
...read more
Go Language
Golang
Golang-Arrays
Anonymous function in Go Language
Last Updated: 29 October 2024
An anonymous function is a function that doesn’t have a name. It is useful when you want to create an inline function. In Go, an anonymous
...read more
Go Language
Go-Functions
Golang
Data Types in Go
Last Updated: 23 March 2023
Data types specify the type of data that a valid Go variable can hold. In Go language, the type is divided into four categories which are as
...read more
Go Language
Go-Basics
Golang
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
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 !