File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# go-wiremock
2
2
3
- [ ![ Actions Status] ( https://github.com/walkerus /go-wiremock/workflows/build/badge.svg )] ( https://github.com/walkerus /go-wiremock/actions?query=workflow%3Abuild )
4
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/walkerus /go-wiremock )] ( https://goreportcard.com/report/github.com/walkerus /go-wiremock )
3
+ [ ![ Actions Status] ( https://github.com/wiremock /go-wiremock/workflows/build/badge.svg )] ( https://github.com/wiremock /go-wiremock/actions?query=workflow%3Abuild )
4
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/wiremock /go-wiremock )] ( https://goreportcard.com/report/github.com/wiremock /go-wiremock )
5
5
6
6
The simple package to stub HTTP resource using [ WireMock admin] ( http://wiremock.org/docs/api/ )
7
7
8
8
## Documentation
9
9
10
- [ ![ GoDoc] ( https://godoc.org/github.com/walkerus /go-wiremock?status.svg )] ( http://godoc.org/github.com/walkerus /go-wiremock )
10
+ [ ![ GoDoc] ( https://godoc.org/github.com/wiremock /go-wiremock?status.svg )] ( http://godoc.org/github.com/wiremock /go-wiremock )
11
11
12
12
## Usage
13
13
@@ -22,7 +22,7 @@ import (
22
22
" net/http"
23
23
" testing"
24
24
25
- " github.com/walkerus /go-wiremock"
25
+ " github.com/wiremock /go-wiremock"
26
26
)
27
27
28
28
func TestSome (t *testing .T ) {
Original file line number Diff line number Diff line change 1
- module github.com/walkerus /go-wiremock
1
+ module github.com/wiremock /go-wiremock
2
2
3
3
go 1.20
4
4
You can’t perform that action at this time.
0 commit comments