Skip to content

Commit 8fc0c80

Browse files
committed
adds github.com as mod prefix
1 parent 2e60ca9 commit 8fc0c80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ the data-structure surefire results is converted to.
1313

1414
## Usage
1515

16+
Add module by `go get github.com/adobe/go-surefire`.
17+
1618
Read test-result XML files from `~/test-results` directory.
1719

1820
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module adobe/go-surefire
1+
module github.com/adobe/go-surefire
22

33
go 1.21.0
44

0 commit comments

Comments
 (0)