Fix godoc style comments (#356)
This commit is contained in:
committed by
GitHub
parent
8f921fbfde
commit
2e1f8d29b5
@@ -1,6 +1,6 @@
|
||||
package models
|
||||
|
||||
//NameChangeEvent represents a user changing their name in chat
|
||||
// NameChangeEvent represents a user changing their name in chat.
|
||||
type NameChangeEvent struct {
|
||||
OldName string `json:"oldName"`
|
||||
NewName string `json:"newName"`
|
||||
|
||||
Reference in New Issue
Block a user