Skip to content

Commit

Permalink
modified package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jweschler committed Jul 9, 2024
1 parent 1ddcf77 commit 0c0da85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/epcis/epcisquery.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package myservice
import (
"context"
"encoding/xml"
"github.com/hooklift/gowsdl/soap"
"github.com/jordanweschler/gowsdl/soap"
"time"
)

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/hooklift/gowsdl
module github.com/jordanweschler/gowsdl

go 1.15

Expand Down

0 comments on commit 0c0da85

Please sign in to comment.