Skip to content

Commit 5a1a357

Browse files
committed
Updated imports for ownership transfer
1 parent e28a81e commit 5a1a357

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/golang-source-engine/vmt
1+
module github.com/galaco/vmt
22

33
go 1.13
44

samples/read/main.go

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

33
import (
4-
"github.com/golang-source-engine/vmt"
4+
"github.com/galaco/vmt"
55
"log"
66
"os"
77
)

0 commit comments

Comments
 (0)