Closed MasterHahn04 closed 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. The Functions then are undefinied
What's the content of your go.mod file?
go.mod
I just created https://github.com/multiplay/go-ts3/releases/tag/v1.0.1 see if that helps.
Thanks a lot. With the Update it works perfectly :)
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. The Functions then are undefinied