Skip to content

Commit

Permalink
feat: rename module to go.einride.tech/vlp16
Browse files Browse the repository at this point in the history
Preparation for Open Source publishing.
  • Loading branch information
odsod committed Dec 29, 2020
1 parent 73d797b commit 6f47057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"fmt"
"os"

"github.com/einride/vlp16-go"
"go.einride.tech/vlp16"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/vlp16-listen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/einride/vlp16-go"
"go.einride.tech/vlp16"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/einride/vlp16-go
module go.einride.tech/vlp16

go 1.14

Expand Down

0 comments on commit 6f47057

Please sign in to comment.