azer/boxcars-archived

Error installing

icco opened this issue · 3 comments

icco commented
$ /usr/bin/go get github.com/azer/boxcars/boxcars
# github.com/azer/go-style
/usr/lib/go/src/pkg/github.com/azer/go-style/style.go:10: regexp.MustCompile("[^\\w]+").Split undefined (type *regexp.Regexp has no field or method Split)
$ /usr/bin/go version
go version go1.0.2
azer commented

Could you upgrade Go to v1.1+ ?

GVM makes it quite easy: https://github.com/moovweb/gvm

icco commented

I'm just using the version of Go provided by Debian stable. If you have a Go version requirement, could you add it to your docs?

Seems to work when I compile 1.2.1.

azer commented

Right, added 2e02b6d.

PRs are welcome for fixing the issue with go-style