gopkg
gopkg copied to clipboard
allow underscore in paths
I want my users to be able to install an application from my package with a single command, like
go get gopkg.in/foo/bar.v0/apps/build_foobar
but noticed that while -
and .
are allowed, the underscore is not. This patch adds the underscore as an allowed character to the path after the version specification.
I was just wondering: Is there any chance if this being merged/deployed in the near future? Otherwise we will have to rename our tool or pick some other installation method.
hi @niemeyer, any news about this?