moves the vendor db

This commit is contained in:
Holger Cremer
2019-11-29 22:59:27 +01:00
parent 973d9fcacb
commit acf1c71198
4 changed files with 8 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ func main() {
}
func loadMacDb() map[string]string {
file, err := os.Open("extras/macDb.csv")
file, err := os.Open("macVendorDb.csv")
check(err)
defer file.Close()