0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-13 22:51:08 -05:00
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
generator.go
markdown.go markdown: fix race in accessing map 2015-09-11 08:34:52 -07:00
markdown_test.go
metadata.go
metadata_test.go
page.go
process.go markdown: fix race in accessing map 2015-09-11 08:34:52 -07:00
renderer.go
watcher.go
watcher_test.go Use less strict condition to avoid problems with concurrency 2015-09-11 10:25:13 -07:00