mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: 4a864a755240709612f564f64839604a0697e11f Component: engine
8 lines
105 B
Go
8 lines
105 B
Go
// +build cgo,!windows
|
|
|
|
package graphdb
|
|
|
|
import (
|
|
_ "github.com/mattn/go-sqlite3" // registers sqlite
|
|
)
|