anon55555 / mt

MIT License
11 stars 3 forks source link

Add Readme #1

Closed LizzyFleckenstein03 closed 3 years ago

LizzyFleckenstein03 commented 3 years ago

When trying to run this I get these errors:

# github.com/anon55555/mt/rudp
src/github.com/anon55555/mt/rudp/process.go:111:28: c.ackchans.LoadAndDelete undefined (type sync.Map has no field or method LoadAndDelete)
src/github.com/anon55555/mt/rudp/send.go:159:8: p.ping.Reset undefined (type *time.Ticker has no field or method Reset)

I know that this is probably because I did something wrong but its hard to do it correctly if there are no instructions :)

anon55555 commented 3 years ago

You have an old version of Go.

anon55555 commented 3 years ago

I'll add a go.mod file so it will say note: module requires Go 1.15 if it fails to compile on an old version.

LizzyFleckenstein03 commented 3 years ago

You have an old version of Go.

Ok lol, I had just installed it. Guess I'll need to build it from source myself, the apt repo is pretty legacy.

anon55555 commented 3 years ago

You can get binaries from golang.org.

Kimapr commented 3 years ago

the issue is still not solved...