mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 15:20:54 +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) {
|
func TestErrorCode_01(t *testing.T) {
|
||||||
registerDefaultErrorHandler()
|
registerDefaultErrorHandler()
|
||||||
for k, _ := range ErrorMaps {
|
for k := range ErrorMaps {
|
||||||
r, _ := http.NewRequest("GET", "/error?code="+k, nil)
|
r, _ := http.NewRequest("GET", "/error?code="+k, nil)
|
||||||
w := httptest.NewRecorder()
|
w := httptest.NewRecorder()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user