We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c594fb commit f696825Copy full SHA for f696825
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/acorn-io/cmd
+module github.com/gptscript-ai/cmd
2
3
go 1.21.0
4
pkg/logserver/init/init.go
@@ -1,6 +1,6 @@
package init
-import "github.com/acorn-io/cmd/pkg/logserver"
+import "github.com/gptscript-ai/cmd/pkg/logserver"
5
func init() {
6
go logserver.StartServerWithDefaults()
0 commit comments