fix: "EXPRIMENTAL" is a misspelling of "EXPERIMENTAL" (#3462)

This commit is contained in:
guangwu
2023-08-02 23:59:37 +08:00
committed by GitHub
parent c3f57e9b0a
commit a9f4aab86b

View File

@@ -2,7 +2,7 @@ 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.
// 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