We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75cf01 commit 1a405bfCopy full SHA for 1a405bf
cmd/start.go
@@ -6,8 +6,8 @@ import (
6
"os/signal"
7
"syscall"
8
9
+ "github.com/hooksie1/piggybank/server"
10
"github.com/spf13/cobra"
- "gitlab.com/hooksie1/piggybank/server"
11
)
12
13
// startCmd represents the start command
go.mod
@@ -1,4 +1,4 @@
1
-module gitlab.com/hooksie1/piggybank
+module github.com/hooksie1/piggybank
2
3
go 1.18
4
main.go
@@ -1,6 +1,6 @@
package main
-import "gitlab.com/hooksie1/piggybank/cmd"
+import "github.com/hooksie1/piggybank/cmd"
5
func main() {
cmd.Execute()
0 commit comments