github.com/sdboyer/gps@v0.16.3/_testdata/src/disallow/testdata/another.go (about) 1 package testdata 2 3 import "hash" 4 5 var ( 6 H = hash.Hash 7 )