https://github.com/gomatic/extenders
Directory of Go extender extensions
https://github.com/gomatic/extenders
Last synced: 5 months ago
JSON representation
Directory of Go extender extensions
- Host: GitHub
- URL: https://github.com/gomatic/extenders
- Owner: gomatic
- License: gpl-3.0
- Created: 2017-05-07T00:07:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T14:55:15.000Z (about 9 years ago)
- Last Synced: 2025-06-14T03:38:24.852Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extenders
Directory of Go [extender](//github.com/gomatic/extender) extensions
## `go build`
- [gomatic/go-vbuild](//github.com/gomatic/go-vbuild) - adds -ldflags -X variables to go build.
## `go install`
- [gomatic/go-vbuild](//github.com/gomatic/go-vbuild) - adds -ldflags -X variables to go install.
## `go dep`
- [gomatic/go-dep](//github.com/gomatic/go-dep) - utilizes Go syntax to manage dependencies and doesn't take-over vendor/.
## `go ex`
- [gomatic/go-ex](//github.com/gomatic/go-ex) - generates test examples from outputs of executables.
## `go init`
- [gomatic/go-init](//github.com/gomatic/go-init) - initializes a folder to include several Go standards.