https://github.com/acoshift/go-build-tags-example
An example how to use build tags in Go
https://github.com/acoshift/go-build-tags-example
Last synced: about 2 months ago
JSON representation
An example how to use build tags in Go
- Host: GitHub
- URL: https://github.com/acoshift/go-build-tags-example
- Owner: acoshift
- Created: 2018-01-20T14:54:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T14:56:30.000Z (over 7 years ago)
- Last Synced: 2025-02-01T02:20:00.512Z (4 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-build-tags-example
An example how to use build tags in Go
Try with `make dev` and `make prod` to see result.