dong
dong
希望添加svn支持
增量还是很有必要的, 全量更新需要先把需要的文件先mv出来发布完成后重新mv进去,十分麻烦,文件一大就很慢
谢谢, 因为需要额外安装相关环境, 不太友好, 调用crossplane二进制文件是不是更方便一点?
好的 , 我看一下
你好 , 我测试使用这个把crossplane 转换成go 结构体出现错误 panic: json: cannot unmarshal number into Go struct field Block.config.parsed.block.includes of type string
另外 , 现在可以不调用python的crossplane , 该作者写了一个golang库 https://github.com/aluttik/go-crossplane
type Block struct { Line int `json:"line"` Args []string `json:"args"` Directive string `json:"directive"` InnerBlocks []InnerBlock `json:"block,omitempty"` Includes []string `json:"includes,omitempty"` } Includes 应该是一个[]int 类型