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

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