github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/mattn/go-sqlite3/sqlite3_libsqlite3.go (about)

     1  // Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
     2  //
     3  // Use of this source code is governed by an MIT-style
     4  // license that can be found in the LICENSE file.
     5  // +build libsqlite3
     6  
     7  package sqlite3
     8  
     9  /*
    10  #cgo CFLAGS: -DUSE_LIBSQLITE3
    11  #cgo LDFLAGS: -lsqlite3
    12  */
    13  import "C"