whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

go: update module path

Open thde opened this issue 3 months ago • 0 comments

This PR updates the module path of the Go bindings.

This should allow to install the bindings based on published tags:

❯ go get github.com/ggerganov/whisper.cpp/bindings/[email protected]
go: module github.com/ggerganov/[email protected] found, but does not contain package github.com/ggerganov/whisper.cpp/bindings/go

It will probably require other PR's related to the Go bindings to be updated.

thde avatar Oct 07 '25 14:10 thde