moved httpmock example

This commit is contained in:
Erik Winter 2020-12-29 11:24:51 +01:00
parent 9386a371bd
commit c546e8c2b7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package httpmock package doc
import ( import (
"bytes" "bytes"

View File

@ -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) {