flag 자체 구현

This commit is contained in:
2023-06-21 14:13:30 +09:00
parent 94b6d1499a
commit 0d8752e661
7 changed files with 197 additions and 27 deletions

View File

@ -12,8 +12,12 @@ import (
"strings"
"sync/atomic"
"time"
"repositories.action2quare.com/ayo/gocommon/flagx"
)
var devflag = flagx.Bool("dev", false, "")
var sequenceStart = rand.Uint32()
func MakeHttpHandlerPattern(n ...string) string {