fix struct tags (#7)

This commit is contained in:
UUBulb
2024-11-16 20:57:03 +08:00
committed by GitHub
parent 8640cbbf42
commit 288e1b75e9
20 changed files with 87 additions and 87 deletions

View File

@@ -17,8 +17,8 @@ type testSt struct {
url string
body string
header string
reqType int
reqMethod int
reqType uint8
reqMethod uint8
expectURL string
expectBody string
expectMethod string