mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
comment update;standardize const naming for package gtcp/gudp
This commit is contained in:
@ -20,7 +20,7 @@ var (
|
||||
argumentRegex = regexp.MustCompile(`^\-{1,2}([\w\?\.\-]+)(=){0,1}(.*)$`)
|
||||
)
|
||||
|
||||
// Custom initialization.
|
||||
// Init does custom initialization.
|
||||
func Init(args ...string) {
|
||||
if len(args) == 0 {
|
||||
if len(defaultParsedArgs) == 0 && len(defaultParsedOptions) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user