1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-23 23:40:55 +00:00
Beego/adapter/utils/utils.go
Ming Deng debd68cbe4 Revert "Merge pull request #4325 from flycash/revert1"
This reverts commit fad897346f, reversing
changes made to e284b0ddae.
2020-12-12 21:28:58 +08:00

11 lines
176 B
Go

package utils
import (
"github.com/astaxie/beego/core/utils"
)
// GetGOPATHs returns all paths in GOPATH variable.
func GetGOPATHs() []string {
return utils.GetGOPATHs()
}