1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 04:43:28 +00:00
Beego/pkg/adapter/utils/utils.go

11 lines
180 B
Go
Raw Normal View History

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