ralvescosta / go_principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 99.1%Language:Makefile 0.5%Language:Shell 0.4%