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