mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 05:06:36 +01:00
moves the vendor db
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user