hewiefreeman / GopherGameServer

:trophy: Feature packed, easy-to-use game server API for Go back-ends and Javascript clients. Tutorials and examples included!
https://hewiefreeman.github.io/GopherGameServer
Apache License 2.0
173 stars 21 forks source link

implement go.mod #5

Open azinudinachzab opened 4 years ago

azinudinachzab commented 4 years ago

For go v.1.12 and more

hewiefreeman commented 4 years ago

Hello @azinudinachzab, Thank you for your contribution! Have you tested the features that use the dependencies with module enabled? That would be mainly the SQL features, that can be easily tested with the JavaScript client chat example.

azinudinachzab commented 4 years ago

the server run well, but still not testing using js client. I'll give u an update ASAP. Thanks for the feedback