mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
remove goctl config command (#1035)
This commit is contained in:
@@ -5,10 +5,8 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultFormat defines a default naming style
|
||||
DefaultFormat = "gozero"
|
||||
)
|
||||
// DefaultFormat defines a default naming style
|
||||
const DefaultFormat = "gozero"
|
||||
|
||||
// Config defines the file naming style
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user