This commit is contained in:
Arman 2021-06-05 12:31:23 +04:30
parent 7b90e47816
commit 2454be49c3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import (
// UpdateData alias for use in UpdateMsg
type UpdateData map[string]interface{}
// UpdateMsg is used to unmarshal recieved json strings into
// UpdateMsg is used to unmarshal received json strings into
type UpdateMsg struct {
Data UpdateData
Raw []byte