mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
// +build cgo,!windows
|
|
|
|
package graphdb
|
|
|
|
import (
|
|
_ "github.com/mattn/go-sqlite3" // registers sqlite
|
|
)
|