mirror of
https://github.com/docker/docs.git
synced 2026-04-04 10:18:57 +07:00
6 lines
99 B
Go
6 lines
99 B
Go
// +build cgo,windows
|
|
|
|
package graphdb
|
|
|
|
import _ "github.com/mattn/go-sqlite3" // registers sqlite
|