mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
Remove internal/cmd/gen, it has no use for the end-developer.
Former-commit-id: 12bead9d379c6644e391c482fe71b2e88263376c
This commit is contained in:
@@ -19,7 +19,7 @@ type Config struct {
|
||||
Path bool
|
||||
}
|
||||
|
||||
// DefaultConfig returns an options which all properties are true except EnableColors
|
||||
func DefaultConfigurationReadOnly() Config {
|
||||
// DefaultConfiguration returns an options which all properties are true except EnableColors
|
||||
func DefaultConfiguration() Config {
|
||||
return Config{true, true, true, true}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user