github.com/knieriem/gointernal@v0.2.0-pre2/cmd/go/modfetch/coderepo_ext.go (about)

     1  package modfetch
     2  
     3  import (
     4  	"github.com/knieriem/gointernal/cmd/go/modfetch/codehost"
     5  )
     6  
     7  func NewCodeRepo(code codehost.Repo, codeRoot, path string) (Repo, error) {
     8  	return newCodeRepo(code, codeRoot, path)
     9  }