Update json.go

This commit is contained in:
田欧 2019-01-20 17:39:40 +08:00 committed by GitHub
parent 456391692c
commit 1c37d162f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ func (r JsonpJSON) Render(w http.ResponseWriter) (err error) {
if err != nil {
return err
}
return nil
}