refactor: remove unnecessary imports and optimize codebase

- Remove unnecessary import of `flag`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-05-08 09:03:53 +08:00
parent 2478256eda
commit 8b2d9c6f81
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
package gin package gin
import ( import (
"flag"
"os" "os"
"sync/atomic" "sync/atomic"
"testing" "testing"