update error(err) to err (#1416)
the pull request update `return error(err)` to `return err`, and remove `kindOfData`.
This commit is contained in:
@ -4,10 +4,9 @@
|
||||
|
||||
package binding
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
import "net/http"
|
||||
|
||||
// Content-Type MIME of the most common data formats.
|
||||
const (
|
||||
MIMEJSON = "application/json"
|
||||
MIMEHTML = "text/html"
|
||||
|
Reference in New Issue
Block a user