From 95356d4cadd8fdb4f28e686dbd2210a2add270a6 Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Sun, 22 Jul 2018 11:00:26 -0700 Subject: [PATCH] remove completed todo items --- todo.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/todo.md b/todo.md index 7195844..be8bb55 100644 --- a/todo.md +++ b/todo.md @@ -1,13 +1,5 @@ # Things to do -[x] `go test` is very slow because `doTestsReference()` tests processing of every substring of original markdown. Remove that and add a separate test program for that to be run only in CI - -[x] instead of using NodeType, use interface{} for Node data, like xml parser - -[x] simplify oliPrefix() - -[x] fuzzing! - [ ] docs: add examples like https://godoc.org/github.com/dgrijalva/jwt-go (put in foo_example_test.go). Or see https://github.com/garyburd/redigo/blob/master/redis/zpop_example_test.go#L5 / https://godoc.org/github.com/garyburd/redigo/redis or https://godoc.org/github.com/go-redis/redis [ ] figure out expandTabs and parser.TabSizeEight. Are those used?