tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 119 forks source link

Issues while installing from source #45

Closed akaul closed 7 years ago

akaul commented 7 years ago

I'm running into issues while trying to install the package via go get when starting from a completely fresh Go workspace.

$ go get github.com/tmrts/boilr
src/srcd.works/go-git.v4/repository.go:10:2: use of internal package not allowed

I'm using Go 1.8 locally.

 $ go version
go version go1.8 darwin/amd64

Let me know if there's any additional information I can provide to help debug the issue.

rawkode commented 7 years ago

Hi @akaul, this should be fixed by #42

akaul commented 7 years ago

Thanks @rawkode!

I've verified this is working locally, so I'm going to close the issue.