Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce developer dependencies to only Docker #31

Merged
merged 3 commits into from
Aug 16, 2018

Conversation

tantalic
Copy link
Member

This updates the development and build setup so that nothing is required of developers other then a working Docker installation. This means developers no longer need to have a working Go development environment or third-party tools such as dep and go-bindata.

The intention is to reduce the overhead for contribution as part of issue #30.

The previous method for embedding static assets required the
installation of the go-bindata and go-bindata-assetfs cli tools. By
moving to github.com/shurcooL/vfsgen code generation can now be handled
via the `go generate` without any additional dependencies.
By using Docker we no longer need to require developers to have a local
installation of Go or understand concepts such as the $GOPATH in order
to successfully contribute.
This updates the CI configuration to account for the recent developer
experience related changes.
@tantalic tantalic merged commit ed9e183 into bellinghamcodes:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant