Go Lang

Utils

  • Create a module: go mod init MODULE_NAME
  • Build: go build
  • External Packages: go get URL
  • Remove all packages that are not usage: go mod tidy