compile plus

This commit is contained in:
2025-05-15 01:16:37 +02:00
parent b2b27b2c3d
commit 35ce8c4707
3 changed files with 80 additions and 8 deletions

View File

@@ -97,3 +97,10 @@ func Remove(gameID string) error {
}
return nil
}
func Hash(gameID string) (string, error) {
content, err := os.ReadFile(filepath.Join(datastorepath, d.Name(), "data.tar.gz"))
if err != nil {
}
}