fix(release):完善当前分发证明与质量门禁
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-14 06:39:47 +08:00
parent c17904ee1c
commit 13b0bd5b45
39 changed files with 1590 additions and 228 deletions
-4
View File
@@ -9,7 +9,3 @@ func InspectManifest(rawJSON string) (string, error) {
func BuildSyncPlan(currentJSON, previousJSON string) (string, error) {
return ffi.BuildSyncPlan(currentJSON, previousJSON)
}
func batVersion() (string, error) {
return ffi.Version()
}
+2 -2
View File
@@ -21,6 +21,6 @@ func runSync(args []string) error {
return err
}
fmt.Fprintln(os.Stdout, result)
return nil
_, err = fmt.Fprintln(os.Stdout, result)
return err
}