github.com/sdboyer/gps@v0.16.3/_testdata/src/relimport/a.go (about) 1 package relimport 2 3 import ( 4 "sort" 5 ) 6 7 var ( 8 A = sort.Strings 9 )