Update go-org to 0.1.9 (#9782)

* Update go-org to 0.1.9

What I did to generate this commit:

$ go get github.com/niklasfasching/go-org

* make vendor
This commit is contained in:
Damien Cassou 2020-01-16 09:27:41 +01:00 committed by Antoine GIRARD
parent 3ae5f8ef11
commit c6a32ddb47
8 changed files with 20 additions and 10 deletions

View file

@ -35,6 +35,7 @@ type Document struct {
*Configuration
Path string // Path of the file containing the parse input - used to resolve relative paths during parsing (e.g. INCLUDE).
tokens []token
baseLvl int
Nodes []Node
NamedNodes map[string]Node
Outline Outline // Outline is a Table Of Contents for the document and contains all sections (headline + content).