mirror of
https://github.com/astaxie/beego.git
synced 2024-11-23 23:40:55 +00:00
debd68cbe4
This reverts commitfad897346f
, reversing changes made toe284b0ddae
.
11 lines
176 B
Go
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()
|
|
}
|