diff --git a/README.md b/README.md index 6d881a6..3c2929b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ the data-structure surefire results is converted to. ## Usage +Add module by `go get github.com/adobe/go-surefire`. + Read test-result XML files from `~/test-results` directory. ``` diff --git a/go.mod b/go.mod index 25999ab..448e29c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module adobe/go-surefire +module github.com/adobe/go-surefire go 1.21.0