change package name
This commit is contained in:
parent
e1b2ce483f
commit
b106787a50
67 changed files with 229 additions and 229 deletions
|
|
@ -5,7 +5,7 @@ import "runtime/debug"
|
|||
// Build-time parameters set via -ldflags
|
||||
var Version = "unknown"
|
||||
|
||||
// A user may install pug using `go install github.com/kujtimiihoxha/opencode@latest`.
|
||||
// A user may install pug using `go install github.com/opencode-ai/opencode@latest`.
|
||||
// without -ldflags, in which case the version above is unset. As a workaround
|
||||
// we use the embedded build version that *is* set when using `go install` (and
|
||||
// is only set for `go install` and not for `go build`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue