mirror of https://github.com/stretchr/testify.git
didn't notice should run go generate
parent
9d083cac4a
commit
484fff1ace
|
@ -6,7 +6,7 @@
|
|||
package assert
|
||||
|
||||
import (
|
||||
"io"
|
||||
io "io"
|
||||
http "net/http"
|
||||
url "net/url"
|
||||
time "time"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
package assert
|
||||
|
||||
import (
|
||||
"io"
|
||||
io "io"
|
||||
http "net/http"
|
||||
url "net/url"
|
||||
time "time"
|
||||
|
|
|
@ -7,7 +7,7 @@ package require
|
|||
|
||||
import (
|
||||
assert "github.com/stretchr/testify/assert"
|
||||
"io"
|
||||
io "io"
|
||||
http "net/http"
|
||||
url "net/url"
|
||||
time "time"
|
||||
|
|
|
@ -7,7 +7,7 @@ package require
|
|||
|
||||
import (
|
||||
assert "github.com/stretchr/testify/assert"
|
||||
"io"
|
||||
io "io"
|
||||
http "net/http"
|
||||
url "net/url"
|
||||
time "time"
|
||||
|
|
Loading…
Reference in New Issue