mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-01 11:15:59 +00:00
Docker-DCO-1.1-Signed-off-by: Bryan Matsuo <bryan.matsuo@gmail.com> (github: bmatsuo)
8 lines
114 B
Go
8 lines
114 B
Go
// +build !cgo
|
|
|
|
package graphdb
|
|
|
|
func NewSqliteConn(root string) (*Database, error) {
|
|
panic("Not implemented")
|
|
}
|