func TryMe() error { return lib.Wibble() }
func TryMe() error { fmt.Printf("sqlite version: %s\n", sqlite3.Version()) return lib.Wibble() }