go-skeletor/vendor/github.com/go-martini/martini/go_version.go
2021-11-02 11:25:21 +01:00

8 lines
116 B
Go

// +build !go1.1
package martini
func MartiniDoesNotSupportGo1Point0() {
"Martini requires Go 1.1 or greater."
}