Unity-Technologies / go-ts3

A golang TeamSpeak 3 ServerQuery client
BSD 2-Clause "Simplified" License
47 stars 21 forks source link

Have Problems with go.mod file #32

Closed MasterHahn04 closed 2 years ago

MasterHahn04 commented 2 years ago

When I want compile my Programm without "go.mod"-File it will works fine. But when I create the "go.mod" and execute the Command "go mod tidy" and then want to execute the Go Programm it didn't work. leaderboard The Functions then are undefinied

stevenh commented 2 years ago

What's the content of your go.mod file?

stevenh commented 2 years ago

I just created https://github.com/multiplay/go-ts3/releases/tag/v1.0.1 see if that helps.

MasterHahn04 commented 2 years ago

Thanks a lot. With the Update it works perfectly :)