storage: Only include sqlite3 piece completion implementation if cgo is enabled
Issue #124.
This commit is contained in:
parent
18309b866b
commit
27893acf34
|
@ -1,3 +1,5 @@
|
|||
// +build cgo
|
||||
|
||||
package storage
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue