mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-03 23:57:13 -04:00
Make some types private
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@ func DetectFiletype(defs []*Def, filename string, firstLine []byte) *Def {
|
||||
|
||||
emptyDef := new(Def)
|
||||
emptyDef.FileType = "Unknown"
|
||||
emptyDef.rules = new(Rules)
|
||||
emptyDef.rules = new(rules)
|
||||
return emptyDef
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user