Merge pull request #1046 from FeruzOripov/patch-7

Fixing Else to else line-84
This commit is contained in:
astaxie
2018-11-22 12:06:25 +08:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ Authentication token:
token := r.Form.Get("token")
if token! = "" {
// Verification token of legitimacy
} Else {
} else {
// Error token does not exist
}