Files
revel-cmd/model/command/clean.go
Paul Tötterman 3d924a016b Lint fixes
2020-10-19 13:40:52 +03:00

8 lines
61 B
Go

package command
type (
Clean struct {
ImportCommand
}
)