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