mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
5383e29ce6
* Replace cli * Replace cli * Replace cli * Format code * Add compare case * Add compare case * Add compare case * Support go style flag * Support go style flag * Add test case
12 lines
386 B
Go
12 lines
386 B
Go
package main
|
|
|
|
import "github.com/zeromicro/go-zero/tools/goctl/compare/cmd"
|
|
|
|
// EXPRIMENTAL: 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()
|
|
}
|