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
If the build command:
$ go build -buildmode=c-shared -o libmultiexp.so main.go
has some error, try:
$ export GO111MODULE="on"
$ go mod tidy
The text was updated successfully, but these errors were encountered:
tunglethanh
changed the title
An error that can come up when building dynamic library
Note: An error that can come up when building dynamic library with Golang
Nov 19, 2024
tunglethanh
changed the title
Note: An error that can come up when building dynamic library with Golang
Note: An error that may come up when building dynamic library with Golang
Nov 19, 2024
If the build command:
$ go build -buildmode=c-shared -o libmultiexp.so main.go
has some error, try:
$ export GO111MODULE="on"
$ go mod tidy
The text was updated successfully, but these errors were encountered: