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

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

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.