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
Hi, Authors.
I am trying to install dependencies by run this command cd $GOPATH/src/github.com/stretchr/gomniauth && go get ./...
But this error occurred # github.com/stretchr/gomniauth/example runtime.main: call to external function main.main runtime.main: main.main: not defined runtime.main: undefined: main.main
Please take a look.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, Authors.
I am trying to install dependencies by run this command
cd $GOPATH/src/github.com/stretchr/gomniauth && go get ./...
But this error occurred
# github.com/stretchr/gomniauth/example runtime.main: call to external function main.main runtime.main: main.main: not defined runtime.main: undefined: main.main
Please take a look.
Thanks.
The text was updated successfully, but these errors were encountered: