github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/project/govendor/govendor_test.go (about) 1 package govendor 2 3 import ( 4 "fmt" 5 "testing" 6 ) 7 8 func TestLoadGoVendorJSON(t *testing.T) { 9 vendor, _ := LoadGoVendorJSON("../../vendor/vendor.json") 10 fmt.Printf("%#v", vendor.ListImportPath()) 11 }