We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Importing this project "github.com/typesense/typesense-go/v2/typesense"
and running: go mod tidy
results in: go: github.com/chenzhuoyu/iasm@v0.9.0: invalid version: unknown revision v0.9.0
I created a minimum project:
import ( "github.com/typesense/typesense-go/v2/typesense" )
func Main() {
client := typesense.NewClient( typesense.WithServer("<TYPESENSE_SERVER>"), typesense.WithAPIKey("<TYPESENSE_API_KEY>"), )
}
The text was updated successfully, but these errors were encountered:
Bump to v3, update dependencies
25d985c
Fixed typesense#189
Successfully merging a pull request may close this issue.
Importing this project
"github.com/typesense/typesense-go/v2/typesense"
and running: go mod tidy
results in:
go: github.com/chenzhuoyu/iasm@v0.9.0: invalid version: unknown revision v0.9.0
I created a minimum project:
import (
"github.com/typesense/typesense-go/v2/typesense"
)
func Main() {
}
The text was updated successfully, but these errors were encountered: