All of the code is in Go so it's pretty easy to build it. By default, the Go cli compiles to your OS, however you can change that with the GOOS and GOARCH environment variables. Here's how to compile easily:
go build .| Name | Name | Last commit date | ||
|---|---|---|---|---|
All of the code is in Go so it's pretty easy to build it. By default, the Go cli compiles to your OS, however you can change that with the GOOS and GOARCH environment variables. Here's how to compile easily:
go build .