github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/project/govendor/utils_test.go (about)

     1  package govendor
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestUpdatePkg(t *testing.T) {
     8  	UpdatePkg("github.com/artisanhe/gorm")
     9  }