1 package alpr 2 /* 3 #cgo LDFLAGS: -L/path/to/oneml/lib -loneml 4 #cgo CPPFLAGS: -I/path/to/oneml/include 5 */ 6 import "C" 7
View as plain text