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