Releases: zeromicro/go-zero
Releases · zeromicro/go-zero
update clickhouse driver
v1.0.11 replace clickhouse driver to the official one
fix goctl model bug.
v1.0.10 refactor code
Fix windows goctl bug.
fix: root path on windows bug (#34) * rebase upstream * rebase * trim no need line * trim no need line * trim no need line * fix bug on windows Co-authored-by: kingxt <dream4kingxt@163.com>
update goctl
remove no need empty line (#29) * rebase upstream * rebase * trim no need line * trim no need line * trim no need line * trim no need line Co-authored-by: kingxt <dream4kingxt@163.com>
v1.0.7
v1.0.6
v1.0.5
v1.0.4
use logx.Must instead of lang.Must for json output
v1.0.3 move lang.Must into logx.Must to make sure output fatal message as json
fix data race
v1.0.2 fix data race