qrz/vendor/github.com/markbates/pkger/here/here.go

15 lines
221 B
Go
Raw Normal View History

2020-12-05 17:36:50 +01:00
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