aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/_nuts/github.com/go-martini/martini/go_version.go
blob: bd271a8cf44c87bb5b2b88c4cc601a00d1496066 (plain)
1
2
3
4
5
6
7
// +build !go1.1

package martini

func MartiniDoesNotSupportGo1Point0() {
	"Martini requires Go 1.1 or greater."
}