mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-12 11:05:19 +00:00
8 lines
61 B
Go
8 lines
61 B
Go
package command
|
|
|
|
type (
|
|
Clean struct {
|
|
ImportCommand
|
|
}
|
|
)
|