tinode / chat

Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
GNU General Public License v3.0
12.06k stars 1.88k forks source link

installation err #61

Closed bogdantarasenkozp closed 6 years ago

bogdantarasenkozp commented 6 years ago

while i am writing command "go get -tags rethinkdb github.com/tinode/chat/server && go install -tags rethinkdb github.com/tinode/chat/server" i get next error: src/github.com/tinode/chat/server/ringhash/ringhash.go:79: undefined: fnv.New128a

or-else commented 6 years ago

I'm not sure what the problem is. fnv.New128a is a part of a standard package set: https://golang.org/pkg/hash/fnv/#New128a

Try cleaning your go installation and reinstalling it.

riandyrn commented 6 years ago

@bogdantarasenkozp, make sure you're running the latest version of go (1.9). I also encountered this problem when I still use go 1.8.

Hope this helps

bogdantarasenkozp commented 6 years ago

oh,yes i also has go 1.8, thank you very much guys)