Articles by Jay Singh
Go Howtos
- How to Catch Panics in Go
- How to Declare a Constant Map in Golang
- How to Deep Copy in Go
- How to Use If-Else and Switch Loop Inside HTML Template in Golang
- Lambda Expression in Golang
- The Zero Value Nil in Golang
- Difference Between []String and ...String in Go
- How to Copy a Map in Go
- How to Dump Goroutine Stack Traces in Go
- How to Format Current Time in a yyyyMMddHHmmss Format in Go
- How to Send a JSON String in a POST Request in Go
- Rune in Go
- How to Composite Literals in Go
- Constant Array in Go
- How to Cast Interface Into Concrete Type in Go
- How to Convert Time to String in Go
- How to Delete Key From Map in Go
- How to Reverse an Array in Go
- How to Create Constructors in Golang
- How to Create Tags in Go
- How to Format a String Without Printing in Golang
- How to Generate Random String of Fixed Length in Golang
- How to Read/Write From/to a File in Go
- How to Convert Boolean Into a String in Go
- How to Convert String to Int64 in Go
- How to Execute Shell Command in Go
- How to Get a Slice of Keys From a Map in Go
- How to Get Error Message in String in Go
- How to Split a String With Delimiters in Go
- Enumerator in Go
- How to Check if a Slice Contains an Element in Golang
- How to Extract a Substring in Golang
- How to Generate a UUID in Golang
- How to Import Local Packages in Go
- How to Optional Parameters in Go
- How to Check if a File Exists or Not in Go
- How to Create an Empty Slice in Go
- How to Queue Implementation in Golang
- The Foreach Loop in Golang
- The Idiomatic Go Equivalent of C's Ternary Operator
- How to Convert String to Byte Array in Golang