1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-30 08:15:15 -07:00

Rudimentary modal showing up for Todo on 'e'

This commit is contained in:
Chris Cummer
2018-04-24 19:41:15 -07:00
parent ed52835650
commit bef57d799b
7 changed files with 47 additions and 31 deletions

View File

@@ -7,9 +7,6 @@ import (
"github.com/senorprogrammer/wtf/wtf"
)
const TimeFormat = "15:04 MST"
const DateFormat = "Jan 2"
// Config is a pointer to the global config object
var Config *config.Config