moved httpmock example
This commit is contained in:
parent
9386a371bd
commit
c546e8c2b7
|
@ -1,4 +1,4 @@
|
|||
package httpmock
|
||||
package doc
|
||||
|
||||
import (
|
||||
"bytes"
|
|
@ -1,4 +1,4 @@
|
|||
package httpmock_test
|
||||
package doc_test
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
@ -7,7 +7,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"git.sr.ht/~ewintr/go-kit/test"
|
||||
httpmock "git.sr.ht/~ewintr/go-kit/test/httpmock_example"
|
||||
httpmock "git.sr.ht/~ewintr/go-kit/test/doc"
|
||||
)
|
||||
|
||||
func TestFooClientDoStuff(t *testing.T) {
|
Loading…
Reference in New Issue