github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/project/govendor/utils_test.go (about) 1 package govendor 2 3 import ( 4 "testing" 5 ) 6 7 func TestUpdatePkg(t *testing.T) { 8 UpdatePkg("golib/gorm") 9 }