go-org-orgwiki/org
Niklas Fasching b9f05878fa Revert "Manually install go 1.16 until github actions updates image"
This reverts commit bf7f957af2.

We still have to manually install it for now but we don't have to fuck around
with env vars anymore. github actions still defaults to go 1.15 [1]. Whatever.

[1]
```
ls -lisah $(which go)
108022 0 lrwxrwxrwx 1 root root 42 Mar 18 22:15 /usr/bin/go ->
/opt/hostedtoolcache/go/1.15.10/x64/bin/go
```
2021-03-28 17:23:05 +02:00
..
testdata Revert "Manually install go 1.16 until github actions updates image" 2021-03-28 17:23:05 +02:00
block.go fuzz: Fix index out of range for results without content 2020-06-28 21:26:55 +02:00
document.go Add title export option 2020-06-26 12:25:17 +02:00
drawer.go Make ORG-mode drawer "🔚" case-insensitivie 2020-11-16 12:37:37 -08:00
footnote.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Fix list item parsing and headline token lvls 2020-07-22 13:49:58 +02:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_writer.go html: Add support for #+TOC keyword 2021-03-28 17:12:25 +02:00
html_writer_test.go html: Support pretty relative links 2021-01-02 20:48:28 +01:00
inline.go html: Support links with image descriptions 2020-06-28 21:16:46 +02:00
keyword.go Fix comments: comments must start with #\s not just # 2020-07-28 19:28:30 +02:00
list.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
org_writer.go Fix comments: comments must start with #\s not just # 2020-07-28 19:28:30 +02:00
org_writer_test.go Add support for extending writers 2019-10-27 16:43:42 +01:00
paragraph.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
table.go Store table separator indices 2020-06-26 20:05:59 +02:00
util.go Improve footnote handling 2018-12-26 15:42:12 +01:00
writer.go Implement #+MACRO 2020-04-17 16:41:06 +02:00