1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-27 22:41:49 +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()
}