Anush008 / fastembed-go

Go implementation of @qdrant/fastembed.
https://pkg.go.dev/github.com/anush008/fastembed-go
MIT License
45 stars 4 forks source link

readme: fix import path #10

Closed miku closed 6 months ago

miku commented 6 months ago

Originally, I got the following error message:

$ go get -u github.com/Anush008/fastembed-go
go: downloading github.com/Anush008/fastembed-go v1.0.0
go: github.com/Anush008/fastembed-go@upgrade (v1.0.0) requires github.com/Anush008/fastembed-go@v1.0.0: parsing go.mod:
        module declares its path as: github.com/anush008/fastembed-go
                but was required as: github.com/Anush008/fastembed-go
Anush008 commented 6 months ago

Thank you @miku.