mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
9ea7267285
commit
00ab6d9d47
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
import "database/sql"
|
||||
|
|
Loading…
Reference in a new issue