You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up. Go recently changed the time package and got rid of the time.RFC1123 methods. In general I try to make web.go compile on the -release tag, because that's what the majority of people use. I am personally sync'd to -tip, so when theres a new go release, I'll push the change right away.
Programmation/Go/web.go % git pull
Already up-to-date.
Programmation/Go/web.go % make
/home/bortzmeyer/bin/8g -o go.8 fcgi.go request.go scgi.go servefile.go web.go
web.go:76: utc1.RFC1123 undefined (type time.Time has no field RFC1123)
make: *** [go.8] Error 1
The text was updated successfully, but these errors were encountered: