Go language Tutorial

Go language Tutorial

  • Learn
  • Tips
  • News
  • Ds & Algo Problems

  • GitHub
  • Twitter
  • Linkedin
  • Facebook

Useful Go language Tips & tricks

Go 1.18 Build Error //Go:linkname Must Refer to Declared Function or Variable →
Cannot Use Generic Type Without Instantiation Error in Go →
Undeclared Name: Any (Requires Version Go1.18 or Later) Error in Go →
How to Parse/Format RFC3339 Date Time String in Go →
3 Ways to Check if a Map Contains a Key in Go →
How to Check if a File Exists or Not in Go/Golang →
Slice Contains Method in Go →
Retract Go Module Versions in Go 1.16 →
Foreach Loop in Go →
How to Check for an Empty String in Go →
How to Make HTTP POST JSON Request in Go →
How to Write Multiline Strings in Go →
Best Way to Concatenate Strings in Go →
How to Concatenate Two Slices in Go →
How to Concatenate Two Strings in Go →
How to Join/Concatenate Strings With a Separator or Delimiter in Go →
Embed Files in Go Using "Embed Package" in Go 1.16 Version →
Convert a String to Byte Array or Slice in Go →
How to Convert an Int32 & Int64 to String in Go →
4 Methods to Check or Find Type of an Object or Variable in Go →