mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-09 10:08:11 -07:00
disable tests for lmdb if CGO not enabled
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
//go:build !cgo
|
||||
|
||||
package mdb
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build cgo
|
||||
|
||||
package mdb
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user