Skip to content
Snippets Groups Projects
Unverified Commit 5ca1ef67 authored by Max Adamo's avatar Max Adamo
Browse files

add further info to README

parent 7b5216d2
No related branches found
No related tags found
No related merge requests found
...@@ -70,3 +70,9 @@ PROG_VERSION="1.0" ...@@ -70,3 +70,9 @@ PROG_VERSION="1.0"
BUILDTIME=$(date -u '+%Y-%m-%d_%H:%M:%S') BUILDTIME=$(date -u '+%Y-%m-%d_%H:%M:%S')
env GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" . env GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" .
``` ```
valud values for GOARC and GOOS can be obtained running the following command:
```bash
go tool dist list
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment