You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export CGO_ENABLED=0
export GOARCH=amd64
export GOOS=linux
go build -ldflags "-w -s" -o main main.go`
i got this error msg:
github.com/fbsobreira/gotron-sdk/pkg/keystore
vendor/github.com/fbsobreira/gotron-sdk/pkg/keystore/recover.go:17:33: undefined: secp256k1.RecoverPubkey
how can i do to fix it?
The text was updated successfully, but these errors were encountered:
when i use macbook pro to build golang product
scripts:
`#!/bin/bash
export CGO_ENABLED=0
export GOARCH=amd64
export GOOS=linux
go build -ldflags "-w -s" -o main main.go`
i got this error msg:
github.com/fbsobreira/gotron-sdk/pkg/keystore
vendor/github.com/fbsobreira/gotron-sdk/pkg/keystore/recover.go:17:33: undefined: secp256k1.RecoverPubkey
how can i do to fix it?
The text was updated successfully, but these errors were encountered: