Hucaru / Valhalla

A Golang MapleStory (v28) server
MIT License
274 stars 71 forks source link

Go get error #28

Closed zees-dev closed 4 years ago

zees-dev commented 4 years ago

Issue: Getting an error when running go get

Error log:

build github.com/Hucaru/Valhalla: cannot load hash/maphash: malformed module path "hash/maphash": missing dot in first path element

Go version: go version go1.13.8 darwin/amd64

How to replicate:

zees-dev commented 4 years ago

I have managed to resolve this issue by updating to the latest Go Version - golang:1.15.2

ErwinsExpertise commented 4 years ago

I've noticed this as well. I've reviewed the package file and there doesn't seem to be anything wrong with the import either, but GO doesn't like it for some reason. Simple GO update resolved the issue for me as well.

Hucaru commented 4 years ago

I have merged the PR related to this issue