1 2 3 4 5 6 7 8 9
// +build !windows package sqlite3 /* #cgo CFLAGS: -I. #cgo linux LDFLAGS: -ldl */ import "C"