renamed some structs to make the private

This commit is contained in:
2025-11-20 15:44:28 +01:00
parent 34f55eccf0
commit 0e47fb6983
5 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
)
func hashFiles(assets []AssetState) (map[int]string, error) {
func hashFiles(assets []assetState) (map[int]string, error) {
results := make(map[int]string)
for i, p := range assets {