Skip to content

Commit

Permalink
ref: package name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashish Dua authored and Yashish Dua committed Sep 7, 2019
1 parent cc6f466 commit 2fae038
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion example/basic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package main

import (
"fmt"
"shipper"

"github.com/yashishdua/shipper"
)

func main() {
Expand Down
3 changes: 2 additions & 1 deletion example/tcpdestination/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package main

import (
"fmt"
"shipper"

"github.com/yashishdua/shipper"
)

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

go 1.12

0 comments on commit 2fae038

Please sign in to comment.