gilo/internal/gilo/constants.go
Timothy J Warren fe1c54317e
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Fix CI build?
2021-04-12 12:52:20 -04:00

12 lines
258 B
Go

package gilo
// ----------------------------------------------------------------------------
// !General Constants
// ----------------------------------------------------------------------------
const (
Version = "0.0.1"
TabSize = 4
QuitTimes = 3
)