/sandbox-go

My sandbox for Go

Primary LanguageGoMIT LicenseMIT

sandbox-go

My sandbox for Golang

Memo

  • go run does not create any binary, just run app and end
  • go build create a binary file
  • go install create binary and package
  • go get github.com/teramonagi/sandbox-go will recover entire source code, build pkg and binary.

Relative path should be used...

Package development...