Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 772 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 772 Bytes

bosh-dns-release

Development

This repository is a GOPATH. The .envrc file provides a setup that can be used with direnv. The underlying bosh-dns package uses dep to vendor its dependencies.

Be careful with go get. In this repository go get will end up putting artifacts in the src directory, which you probably don't want to commit. It's impractical to .gitignore every possible package root in there so we have to apply discipline.