Skip to content

Instantly share code, notes, and snippets.

@kabece
Created October 3, 2021 08:17
Show Gist options
  • Save kabece/fa7cfe93fc527455ea2031b38867b097 to your computer and use it in GitHub Desktop.
Save kabece/fa7cfe93fc527455ea2031b38867b097 to your computer and use it in GitHub Desktop.
package model
type ChatRoom struct {
ID string
Name string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment