github.com/sdboyer/gps@v0.16.3/_testdata/src/igmainlong/a.go (about) 1 package simple 2 3 import ( 4 "sort" 5 6 "github.com/sdboyer/gps" 7 ) 8 9 var ( 10 _ = sort.Strings 11 _ = gps.Solve 12 )