Update to go v1.16 and embed more extensive default blorg.org

Instead of the bare bones default config we embedded as a string until now we
can use go 1.16 embed to embed the test blorg.org which makes a much better
starting config (if only to see what's possible).
This commit is contained in:
Niklas Fasching 2021-03-01 14:10:13 +01:00
parent 02df432d76
commit 703066682e
4 changed files with 13 additions and 19 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/niklasfasching/go-org
go 1.15
go 1.16
require (
github.com/alecthomas/chroma v0.8.2