Skip to content

Commit 527ef5b

Browse files
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/cloudimpl/next-coder/generator
1+
module github.com/cloudimpl/next-gen
22

33
go 1.22.0
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"flag"
5-
"github.com/cloudimpl/next-coder/generator/lib"
5+
"github.com/cloudimpl/next-gen/lib"
66
"github.com/fsnotify/fsnotify"
77
"log"
88
"os"

0 commit comments

Comments
 (0)