pkger/here/here.go

15 lines
221 B
Go
Raw Normal View History

2019-08-05 00:13:27 +03:00
package here
import (
2019-12-03 23:07:51 +03:00
"github.com/gobuffalo/here"
2019-08-05 00:13:27 +03:00
)
2019-12-03 23:07:51 +03:00
type Info = here.Info
type Module = here.Module
type Path = here.Path
2019-09-12 04:29:39 +03:00
var Here = here.New()
var Dir = Here.Dir
var Package = Here.Package
var Current = Here.Current