Skip to content

Commit f696825

Browse files
committed
chore: rename to gptscript-ai/cmd
Signed-off-by: Donnie Adams <[email protected]>
1 parent 6c594fb commit f696825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/acorn-io/cmd
1+
module github.com/gptscript-ai/cmd
22

33
go 1.21.0
44

pkg/logserver/init/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package init
22

3-
import "github.com/acorn-io/cmd/pkg/logserver"
3+
import "github.com/gptscript-ai/cmd/pkg/logserver"
44

55
func init() {
66
go logserver.StartServerWithDefaults()

0 commit comments

Comments
 (0)