github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/test/goversion13_test.go (about)

     1  // +build go1.3
     2  // +build !go1.4,!go1.5,!go1.6
     3  
     4  package test
     5  
     6  const (
     7  	goversion = 1.3
     8  )