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