mirror of
https://github.com/astaxie/beego.git
synced 2024-11-15 02:10:56 +00:00
14c1b76569
remove build directory; remove githook directory;
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()
|
|
}
|