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:
parent
3ae5f8ef11
commit
c6a32ddb47
8 changed files with 20 additions and 10 deletions
1
vendor/github.com/niklasfasching/go-org/org/document.go
generated
vendored
1
vendor/github.com/niklasfasching/go-org/org/document.go
generated
vendored
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue