зеркало из https://github.com/microsoft/docker.git
Fix a daemon build error when cgo isn't available
Avoid duplicate definitions of NewSqliteConn when cgo isn't enabled, so that we can at least build the daemon. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
This commit is contained in:
Родитель
9ea7267285
Коммит
00ab6d9d47
|
@ -1,3 +1,5 @@
|
|||
// +build cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
import "database/sql"
|
||||
|
|
Загрузка…
Ссылка в новой задаче