-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use in golang project? #40
Comments
This error appears to be an issue in your go module file at |
I always come across the below error:
the below is my test code, do you have any idea? @arsenetar ` key := "mykey"
|
@carryinfo I provided some example code over in the other issue. |
ok , thanks very much |
how to use in golang project?
➜ server git:(master) ✗ go get github.com/Stability-AI/api-interfaces@0a4465b
go: errors parsing go.mod:
/Users/tes/Documents/pro/server/go.mod:32:2: usage: require module/path v1.2.3
➜
The text was updated successfully, but these errors were encountered: