Files
revel-cmd/model/command/clean.go
notzippy@gmail.com 07d67846c1 Restructured command config
Removed go/build reference in clean
2020-04-26 22:28:46 -07:00

7 lines
60 B
Go

package command
type (
Clean struct {
ImportCommand
}
)