An open API service indexing awesome lists of open source software.

https://github.com/n8tbyte/go-build-with-flags

go-build-with-flags
https://github.com/n8tbyte/go-build-with-flags

Last synced: 5 days ago
JSON representation

go-build-with-flags

Awesome Lists containing this project

README

          

# go-build-with-flags

```go
go build -ldflags="-s -w -X main.version=0.1 -X main.commit=$(git rev-parse HEAD) -X main.date=$(date +%Y-%m-%dT%H:%M:%S%z)" -o hello.exe .
```