github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/test/goversion14_test.go (about) 1 // +build go1.4 2 // +build !go1.5,!go1.6 3 4 package test 5 6 const ( 7 goversion = 1.4 8 )