Skip to content

Commit 6815998

Browse files
committedJun 16, 2023
Updated module name
1 parent cbe25c2 commit 6815998

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 gitlab.devstar.cloud/ip-systems/extract.git
1+
module github.com/Wind-River/extract-go
22

33
go 1.18
44

‎test/go/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"gitlab.devstar.cloud/ip-systems/extract.git"
7+
"github.com/Wind-River/extract-go"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)
Please sign in to comment.