kamilchm / go2nix

Reproducible builds and development environment for Go
MIT License
94 stars 17 forks source link

use filepath.Join instead of concatenating strings #37

Closed nhooyr closed 7 years ago

nhooyr commented 7 years ago

At https://github.com/kamilchm/go2nix/blob/df946b0c84b0281983d800fb7c0d2ba70fe6ecca/cli.go#L57

This will cause an error if GOPATH=~/go/ (the trailing slash).