Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #3

Open
donpdonp opened this issue Mar 10, 2011 · 0 comments
Open

install error #3

donpdonp opened this issue Mar 10, 2011 · 0 comments

Comments

@donpdonp
Copy link

while trying to install httplib,go, i get

$ goinstall github.com/hoisie/httplib.go
goinstall: === cd /home/donp/src/go/repo//src/pkg/github.com/hoisie/httplib.go; gomake -f- install
8g -o go.8 httplib.go
httplib.go:108: cannot use headers (type map[string] string) as type http.Header in assignment
httplib.go:131: cannot use map literal (type map[string] string) as type http.Header in assignment
httplib.go:139: cannot use map literal (type map[string] string) as type http.Header in assignment
httplib.go:147: cannot use map literal (type map[string] string) as type http.Header in assignment
httplib.go:155: cannot use map literal (type map[string] string) as type http.Header in assignment
httplib.go:198: cannot use value (type string) as type []string in assignment
make: *** [go.8] Error 1
--- exit status 2
goinstall: installing github.com/hoisie/httplib.go: running gomake: exit status 2

$ 8g -V
8g version release.2011-02-24 7583+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant