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:
parent
02df432d76
commit
703066682e
4 changed files with 13 additions and 19 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/niklasfasching/go-org
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/alecthomas/chroma v0.8.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue