Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@kn100 kn100 released this 31 May 15:14
· 68 commits to master since this release
  • This release modifies the entire repo to respect the Go Linter. This is a significant API breaking change and will require you to correct references to the names that were changed in your code. All future releases will respect the linter. A summary of the changes:
  • Rename AppId > AppID
  • Rename UserId > UserID
  • Rename SocketId > SocketID
  • Rename Id > ID
  • Rename HttpClient > HTTPClient
  • Improved comments and tabbing