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

go get fails on export.go #1

Open
stefanschuetz opened this issue Oct 16, 2015 · 1 comment
Open

go get fails on export.go #1

stefanschuetz opened this issue Oct 16, 2015 · 1 comment

Comments

@stefanschuetz
Copy link

go get fails with the following failure message:
src/github.com/joernweissenborn/libaursir/export.go:45: cannot use map[string]_messages.Request literal (type map[string]_messages.Request) as type map[string]*eventual2go.Future in assignment
src/github.com/joernweissenborn/libaursir/import.go:32: request redeclared in this block
previous declaration at src/github.com/joernweissenborn/libaursir/export.go:52
src/github.com/joernweissenborn/libaursir/import.go:207: main redeclared in this block
previous declaration at src/github.com/joernweissenborn/libaursir/export.go:126

@stefanschuetz stefanschuetz changed the title go get fails with failure go get fails on export.go Oct 16, 2015
@joernweissenborn
Copy link
Owner

Should be resolved with latest push

2015-10-16 23:11 GMT+02:00 YamiNoKeshin notifications@github.com:

go get fails with the following failure message:
src/github.com/joernweissenborn/libaursir/export.go:45: cannot use
map[string]_messages.Request literal (type map[string]_messages.Request)
as type map[string]*eventual2go.Future in assignment
src/github.com/joernweissenborn/libaursir/import.go:32: request
redeclared in this block
previous declaration at src/
github.com/joernweissenborn/libaursir/export.go:52
src/github.com/joernweissenborn/libaursir/import.go:207: main redeclared
in this block
previous declaration at src/
github.com/joernweissenborn/libaursir/export.go:126


Reply to this email directly or view it on GitHub
#1.

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

2 participants