Files
revel-cmd/model/command/version.go
notzippy@gmail.com 6371373eb5 Removed version update
Version control is maintained through go.mod file
Modified harness to only kill the application if not responded after 60 seconds in windows
2020-06-06 07:49:10 -07:00

7 lines
62 B
Go

package command
type (
Version struct {
ImportCommand
}
)