Skip to content

Commit

Permalink
Rename to vlp16-go
Browse files Browse the repository at this point in the history
Module name matches package name.
  • Loading branch information
odsod committed Sep 10, 2019
1 parent 58ab453 commit 0523fa3
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
@@ -1 +1 @@
# vlp-16-go
# vlp16-go
2 changes: 1 addition & 1 deletion cmd/vlp-16-cat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"strconv"

vlp16 "github.com/einride/vlp-16-go"
vlp16 "github.com/einride/vlp16-go"
)

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/vlp-16-go
module github.com/einride/vlp16-go

go 1.12

Expand Down

0 comments on commit 0523fa3

Please sign in to comment.