mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-16 04:34:37 +00:00
Restructured command config
Removed go/build reference in clean
This commit is contained in:
6
model/command/clean.go
Normal file
6
model/command/clean.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package command
|
||||
type (
|
||||
Clean struct {
|
||||
ImportCommand
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user