We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6c211 commit 5b26d4eCopy full SHA for 5b26d4e
main.go
@@ -8,6 +8,8 @@ import (
8
"github.com/codex-storage/codex-go-bindings/codex"
9
)
10
11
+// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex
12
+
13
func main() {
14
node, err := codex.New(codex.Config{
15
BlockRetries: 5,
0 commit comments