modify spaceString variabel

This commit is contained in:
bestgopher 2020-05-01 18:47:41 +08:00
parent 6f491363ae
commit 6347ca9f38

2
gin.go
View File

@ -21,7 +21,7 @@ import (
const defaultMultipartMemory = 32 << 20 // 32 MB const defaultMultipartMemory = 32 << 20 // 32 MB
// A space string // A space string
var spaceString = string(32) var spaceString = " "
var ( var (
default404Body = []byte("404 page not found") default404Body = []byte("404 page not found")