From 1f46785a60b72cea9ae452554591a0c5ca03c136 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Tue, 7 Jul 2020 14:39:37 +0800 Subject: [PATCH] fix a issue caused by : in [] --- xdoc/steup.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xdoc/steup.txt b/xdoc/steup.txt index 62e1c28a..e1fcee03 100644 --- a/xdoc/steup.txt +++ b/xdoc/steup.txt @@ -1 +1,3 @@ -go get -u github.com/jteeuwen/go-bindata/... \ No newline at end of file +go get -u github.com/jteeuwen/go-bindata/... + + go run src/zd.go -y demo/article.yaml -c 3 -head -s \ No newline at end of file -- GitLab