My sandbox for Golang
go run
does not create any binary, just run app and endgo build
create a binary filego install
create binary and packagego get github.com/teramonagi/sandbox-go
will recover entire source code, build pkg and binary.
My sandbox for Golang
go run
does not create any binary, just run app and endgo build
create a binary filego install
create binary and packagego get github.com/teramonagi/sandbox-go
will recover entire source code, build pkg and binary.