summaryrefslogtreecommitdiff
path: root/identify.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 09:41:52 -0500
committerJeff Carr <[email protected]>2025-10-17 09:41:52 -0500
commit367f681a490a48944c5d05ba0fe89d0099c0337d (patch)
treebdd3c500f740588cf6aaf790f13e2ebad37bc88d /identify.go
parent4d86a4cc8e308d9f7d9526dd1fe55011d6c8d96c (diff)
move stuff here from lib/configv0.0.8
Diffstat (limited to 'identify.go')
-rw-r--r--identify.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/identify.go b/identify.go
index 618e34c..0de53a2 100644
--- a/identify.go
+++ b/identify.go
@@ -12,8 +12,8 @@ func IdentifyPB(filename string) (string, string, error) {
return "", "", err
}
- var pb *Identify
- pb = new(Identify)
+ var pb *FakeFile
+ pb = new(FakeFile)
if err := pb.Unmarshal(data); err != nil {
return "", "", err
}