github.com/leowmjw/otto@v0.2.1-0.20160126165905-6400716cf085/helper/hashitools/installer_test.go (about) 1 package hashitools 2 3 import ( 4 "testing" 5 ) 6 7 func TestGoInstaller_impl(t *testing.T) { 8 var _ Installer = new(GoInstaller) 9 }