mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 05:55:16 -04:00

`govendor get` attempts to run `govendor install +local` after fetching dependencies, but it would not succeed unless the current directory is somewhere inside $GOPATH/src? That is my limited understanding anyway. Fixes gohugoio/hugo#3657