1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-03 04:24:14 +00:00
Beego/pkg/adapter/utils/utils.go

11 lines
190 B
Go
Raw Normal View History

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