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
I'm new to go, trying to build your project for testing.
Cloned it, trying to build it. I tried do: go build .\gost.go. No luck with this.
Console log:
.\gost.go:16:10: undefined: Arguments
.\gost.go:20:2: undefined: parseArguments
.\gost.go:24:3: undefined: exitOnError
.\gost.go:29:3: undefined: exitOnError
.\gost.go:72:13: undefined: corsHandler
.\gost.go:76:13: undefined: cacheHandler
.\gost.go:80:13: undefined: logHandler
How can i build it ?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi, you did an awesome work thank you.
I'm new to go, trying to build your project for testing.
Cloned it, trying to build it. I tried do: go build .\gost.go. No luck with this.
Console log:
.\gost.go:16:10: undefined: Arguments
.\gost.go:20:2: undefined: parseArguments
.\gost.go:24:3: undefined: exitOnError
.\gost.go:29:3: undefined: exitOnError
.\gost.go:72:13: undefined: corsHandler
.\gost.go:76:13: undefined: cacheHandler
.\gost.go:80:13: undefined: logHandler
How can i build it ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: