mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-12 11:05:19 +00:00
Version control is maintained through go.mod file Modified harness to only kill the application if not responded after 60 seconds in windows
7 lines
62 B
Go
7 lines
62 B
Go
package command
|
|
type (
|
|
Version struct {
|
|
ImportCommand
|
|
}
|
|
)
|