1234567891011 |
- package main
- import "github.com/wuntsong-org/go-zero-plus/tools/goctlwt/compare/cmd"
- // EXPERIMENTAL: compare goctl generated code results between old and new, it will be removed in the feature.
- // TODO: BEFORE RUNNING: export DSN=$datasource, the database must be gozero, and there has no limit for tables.
- // TODO: AFTER RUNNING: diff --recursive old_fs new_fs
- func main() {
- cmd.Execute()
- }
|