liuxiaolong
2020-05-14 ea1f3570e0acefa68a88e5e861213a705f117684
db.go
@@ -1,6 +1,6 @@
// Package db exposes a lightweight abstraction over the SQLite code.
// It performs some basic mapping of lower-level types to rqlite types.
package main
package syncdb
import (
   "database/sql/driver"