I have a problem installing it on Go 1.5.x
I guess you should put some info if it isn't compatible with previous Go versions.
# go version
go version go1.5.1 linux/amd64
# go get github.com/husobee/vestigo
# github.com/husobee/vestigo
src/github.com/husobee/vestigo/common.go:15: undefined: http.MethodConnect
src/github.com/husobee/vestigo/common.go:16: undefined: http.MethodDelete
src/github.com/husobee/vestigo/common.go:17: undefined: http.MethodGet
src/github.com/husobee/vestigo/common.go:18: undefined: http.MethodHead
src/github.com/husobee/vestigo/common.go:19: undefined: http.MethodOptions
src/github.com/husobee/vestigo/common.go:20: undefined: http.MethodPatch
src/github.com/husobee/vestigo/common.go:21: undefined: http.MethodPost
src/github.com/husobee/vestigo/common.go:22: undefined: http.MethodPut
src/github.com/husobee/vestigo/common.go:23: undefined: http.MethodTrace
src/github.com/husobee/vestigo/resource.go:59: undefined: http.MethodGet
src/github.com/husobee/vestigo/resource.go:59: too many errors
I have a problem installing it on Go 1.5.x
I guess you should put some info if it isn't compatible with previous Go versions.