forked from mirror/go-sqlite3
10 lines
199 B
Go
10 lines
199 B
Go
|
// Copyright (C) 2018 The Go-SQLite3 Authors.
|
||
|
//
|
||
|
// Use of this source code is governed by an MIT-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
package sqlite3
|
||
|
|
||
|
type SQLiteConn struct {
|
||
|
}
|