提交 be373ea9 编写于 作者: 陈琦

update sample

上级 efb1b021
Version = 1.7
Version = 1.8
Language = zh
VERSION=1.7
VERSION=1.8
PROJECT=zd
QINIU_DIR=/Users/aaron/work/zentao/qiniu/
QINIU_DIST_DIR=${QINIU_DIR}${PROJECT}/${VERSION}/
......
fields:
- field: nesting
fields:
- field: child1
range: 1-3
postfix: '_'
- field: child2
range: A-C
postfix: "\t"
- field: nesting_r
mode: r
fields:
- field: child1
range: 1-3
postfix: '_'
- field: child2
range: A-C
postfix: "\t"
......@@ -100,11 +100,11 @@ fields:
postfix: "\t"
- field: field_text # 从一个文件中随机读取。
range: users.txt:R # 相对当前文件路径。
range: user.txt:R # 相对当前文件路径。
postfix: "\t"
- field: field_yaml # 引用其他的定义文件整体内容。
range: test/test-nested2.yaml{3} # 相对当前文件路径。
range: 01_range.yaml{3} # 相对当前文件路径。
postfix: "\t"
- field: field_use_config # 引用其他的config定义文件。
......
......@@ -29,7 +29,7 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.0 // indirect
github.com/mattn/go-runewidth v0.0.10
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mattn/go-sqlite3 v1.14.6
github.com/mholt/archiver/v3 v3.5.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册