renamed some structs to make the private
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user