mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 06:59:59 +08:00
chore: coding style (#4644)
This commit is contained in:
@@ -271,6 +271,7 @@ func TestParseFormArray(t *testing.T) {
|
||||
var v struct {
|
||||
Codes []string `form:"codes"`
|
||||
}
|
||||
|
||||
r, err := http.NewRequest(
|
||||
http.MethodGet,
|
||||
"/a?codes=aaa,bbb,ccc",
|
||||
|
||||
Reference in New Issue
Block a user