1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 17:24:15 +00:00
Beego/adapter/utils/utils.go

11 lines
176 B
Go
Raw Normal View History

2020-09-05 10:07:42 +00:00
package utils
import (
"github.com/astaxie/beego/core/utils"
2020-09-05 10:07:42 +00:00
)
// GetGOPATHs returns all paths in GOPATH variable.
func GetGOPATHs() []string {
return utils.GetGOPATHs()
}