Skip to content

Commit 141bd7b

Browse files
committed
Adding v4
1 parent 4dc452e commit 141bd7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

firego/child/child.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package child
22

33
import (
4-
"firego/v3"
54
"fmt"
5+
6+
"github.com/hiranya911/firecloud/firego/v4"
67
)
78

89
// SayHello says hello.

firego/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/hiranya911/firecloud/firego/v3
1+
module github.com/hiranya911/firecloud/firego/v4
22

33
go 1.14

0 commit comments

Comments
 (0)