Я пытаюсь установить web.go.Я получил исходный код и запустил make, но я получаю следующие ошибки:
g -o _go_.6 cookie.go fcgi.go request.go scgi.go servefile.go status.go web.go
cookie.go:33: c.Version undefined (type *http.Cookie has no field or method Version)
cookie.go:34: c.Version undefined (type *http.Cookie has no field or method Version)
cookie.go:54: c.Comment undefined (type *http.Cookie has no field or method Comment)
cookie.go:55: c.Comment undefined (type *http.Cookie has no field or method Comment)
cookie.go:78: c.Version undefined (type *http.Cookie has no field or method Version)
cookie.go:79: c.Version undefined (type *http.Cookie has no field or method Version)
web.go:191: undefined: reflect.FuncValue
web.go:248: undefined: reflect.FuncValue
web.go:272: undefined: reflect.FuncType
web.go:591: undefined: reflect.FuncValue
cookie.go:79: too many errors
make: *** [_go_.6] Error 1
Кто-нибудь знает, что это может быть за проблема?Я просто устанавливаю go, поэтому это должна быть самая последняя версия.6g -V дает 6g версию еженедельно 2011-04-04 8038.
Спасибо, Джон