mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:40:56 +00:00
golink: map range only key stlye
This commit is contained in:
parent
1794c52d65
commit
fb77464d69
@ -41,7 +41,7 @@ func (ec *errorTestController) Get() {
|
||||
|
||||
func TestErrorCode_01(t *testing.T) {
|
||||
registerDefaultErrorHandler()
|
||||
for k, _ := range ErrorMaps {
|
||||
for k := range ErrorMaps {
|
||||
r, _ := http.NewRequest("GET", "/error?code="+k, nil)
|
||||
w := httptest.NewRecorder()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user