mirror of
https://github.com/therootcompany/golib.git
synced 2025-11-01 13:42:50 +00:00
16 lines
364 B
CSV
16 lines
364 B
CSV
# DO NOT put SECRETS here. Anyone with a link can see this. Use for config ONLY!
|
|
LOCAL_TIMEZONE,America/Denver,"Seatle PT, Denver MT, Arizona MST, Chicago CT, Detroit ET"
|
|
#
|
|
# to show that escapes are handled
|
|
FIRST_LETTER,A,
|
|
MONEY_SYMBOL,$,
|
|
SINGLE_QUOTE,',
|
|
DOUBLE_QUOTE,"""",
|
|
#
|
|
# to show that newlines are handled
|
|
TRIFORCE,"wisdom
|
|
courage
|
|
power","Zelda
|
|
Link
|
|
Ganon"
|