compare.go 397 B

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