We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bb66c commit 527ef5bCopy full SHA for 527ef5b
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/cloudimpl/next-coder/generator
+module github.com/cloudimpl/next-gen
2
3
go 1.22.0
4
main.go
@@ -2,7 +2,7 @@ package main
import (
"flag"
5
- "github.com/cloudimpl/next-coder/generator/lib"
+ "github.com/cloudimpl/next-gen/lib"
6
"github.com/fsnotify/fsnotify"
7
"log"
8
"os"
0 commit comments