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