Cannot install go package go.net/html -



Cannot install go package go.net/html -

i utilize go.net/html in project on work , ok. when seek install bundle on laptop error:

termith@termith-laptop:~/go$ go code.google.com/p/go.net/html # code.google.com/p/go.net/html src/code.google.com/p/go.net/html/token.go:304: undefined: io.errnoprogress

my system:

termith@termith-laptop:~/go$ uname -a linux termith-laptop 3.2.0-51-generic-pae #77-ubuntu smp wed jul 24 20:40:32 utc 2013 i686 i686 i386 gnu/linux

thanks in advance!

you have outdated go version (see illustration this github issue).

check output of go version , update if necessary.

go install

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -