style: run go fmt on every .go file (#392)

This commit is contained in:
kunish
2023-02-17 16:31:37 +08:00
committed by GitHub
parent 8e4dfbd10d
commit d6ff5f7d96
7 changed files with 19 additions and 15 deletions

View File

@ -124,4 +124,4 @@ const (
HTTPVersion2 HTTPVersion = "h2"
// HTTPVersion3 is HTTP/3.
HTTPVersion3 HTTPVersion = "h3"
)
)