caddy/middleware/markdown
Alexander Morozov faaef83954 Use less strict condition to avoid problems with concurrency
In latest go versions TestWatcher fails pretty often, because it is
"more concurrent" now. Reproducible with go master:
while go test github.com/mholt/caddy/middleware/markdown; do :; done

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-09-11 10:25:13 -07:00
..
testdata Markdown: generate static sites after links. 2015-08-05 09:55:04 +01:00
generator.go Use markdown.Config as pointer everywhere 2015-09-10 15:12:50 -07:00
markdown_test.go Use markdown.Config as pointer everywhere 2015-09-10 15:12:50 -07:00
markdown.go markdown: fix race in accessing map 2015-09-11 08:34:52 -07:00
metadata_test.go Metadata variables flattened. 2015-07-28 05:21:09 +01:00
metadata.go Metadata variables flattened. 2015-07-28 05:21:09 +01:00
page.go Use markdown.Config as pointer everywhere 2015-09-10 15:12:50 -07:00
process.go markdown: fix race in accessing map 2015-09-11 08:34:52 -07:00
renderer.go markdown: Render lists as part of summary (upstream bug workaround) 2015-08-05 07:37:51 -06:00
watcher_test.go Use less strict condition to avoid problems with concurrency 2015-09-11 10:25:13 -07:00
watcher.go Markdown: generate static sites after links. 2015-08-05 09:55:04 +01:00