remove goctl config command (#1035)

This commit is contained in:
Kevin Wan
2021-09-13 14:04:06 +08:00
committed by GitHub
parent 71c0288023
commit e8376936d5
3 changed files with 2 additions and 111 deletions

View File

@@ -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 {