gilo/editor/constants.go
Timothy Warren 42e50dfebb
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
Add quit confirmation for modified document
2021-04-02 10:34:19 -04:00

12 lines
260 B
Go

package editor
// ----------------------------------------------------------------------------
// !Constants
// ----------------------------------------------------------------------------
const (
KiloVersion = "0.0.1"
KiloTabStop = 4
KiloQuitTimes = 3
)