mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 00:20:54 +00:00
golint part 1
This commit is contained in:
parent
aa6f090fcc
commit
66cc124e37
9 changed files with 136 additions and 112 deletions
|
@ -54,7 +54,7 @@ func SealRequest(form url.Values) (url.Values, error) {
|
|||
retval := url.Values{
|
||||
"nonce": []string{nonceString},
|
||||
"msg": []string{cipherString},
|
||||
"id": []string{strconv.Itoa(serverId)},
|
||||
"id": []string{strconv.Itoa(serverID)},
|
||||
}
|
||||
|
||||
return retval, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue