mirror of https://github.com/stretchr/testify.git
This reverts commit 484fff1ace
.
parent
46420cf544
commit
656132404a
|
@ -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