From a9f4aab86b7398b3ed0794324b5ef5c8877a16e9 Mon Sep 17 00:00:00 2001 From: guangwu Date: Wed, 2 Aug 2023 23:59:37 +0800 Subject: [PATCH] fix: "EXPRIMENTAL" is a misspelling of "EXPERIMENTAL" (#3462) --- tools/goctl/compare/compare.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/compare/compare.go b/tools/goctl/compare/compare.go index c483d134..715ccbcc 100644 --- a/tools/goctl/compare/compare.go +++ b/tools/goctl/compare/compare.go @@ -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