Этот коммит содержится в:
Tobias Theel 2021-03-19 16:34:20 +01:00 коммит произвёл Ron Evans
родитель bd212cc000
коммит 5707022951

Просмотреть файл

@ -173,6 +173,7 @@ func getGoroot() string {
candidates = []string{ candidates = []string{
"/usr/local/go", // manually installed "/usr/local/go", // manually installed
"/usr/lib/go", // from the distribution "/usr/lib/go", // from the distribution
"/snap/go/current/", // installed using snap
} }
case "darwin": case "darwin":
candidates = []string{ candidates = []string{