gilo/editor/constants.go
Timothy Warren f4a252a294
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good
Basic character deletion
2021-04-02 10:48:51 -04:00

12 lines
264 B
Go

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