mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
feat: i18n
This commit is contained in:
@@ -201,7 +201,7 @@ func GetLocalSql(file, key string) string {
|
||||
}
|
||||
|
||||
bytes, err := metasql.ReadFile(file)
|
||||
biz.ErrIsNilAppendErr(err, "获取sql meta文件内容失败: %s")
|
||||
biz.ErrIsNilAppendErr(err, "failed to get the contents of the sql meta file: %s")
|
||||
allSql := string(bytes)
|
||||
|
||||
sqls := strings.Split(allSql, "---------------------------------------")
|
||||
|
||||
Reference in New Issue
Block a user