v0.0.263 re-add checksum guard to id-generate
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 50s

This commit is contained in:
2023-09-18 10:43:29 +02:00
parent f5766d639c
commit 3d4afe7b25
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ func GenerateIDSpecs(sourceDir string, destFile string) error {
fmt.Printf("[IDGenerate] Checksum has changed ( %s -> %s ), will generate new file\n\n", oldChecksum, newChecksum)
} else {
fmt.Printf("[IDGenerate] Checksum unchanged ( %s ), nothing to do\n", oldChecksum)
//TODO return nil
return nil
}
allIDs := make([]IDDef, 0)