qrz/vendor/github.com/markbates/pkger/here/here.go
Paul Lecuq b9e73370f9
Some checks failed
continuous-integration/drone/push Build is failing
updated dependencies
2020-12-05 17:36:50 +01:00

15 lines
221 B
Go

package here
import (
"github.com/gobuffalo/here"
)
type Info = here.Info
type Module = here.Module
type Path = here.Path
var Here = here.New()
var Dir = Here.Dir
var Package = Here.Package
var Current = Here.Current