This reverts commit 484fff1ace.

pull/963/head
Boyan 2020-06-03 19:56:16 +10:00 committed by Boyan Soubachov
parent 46420cf544
commit 656132404a
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
package assert
import (
io "io"
"io"
http "net/http"
url "net/url"
time "time"

View File

@ -6,7 +6,7 @@
package assert
import (
io "io"
"io"
http "net/http"
url "net/url"
time "time"

View File

@ -7,7 +7,7 @@ package require
import (
assert "github.com/stretchr/testify/assert"
io "io"
"io"
http "net/http"
url "net/url"
time "time"

View File

@ -7,7 +7,7 @@ package require
import (
assert "github.com/stretchr/testify/assert"
io "io"
"io"
http "net/http"
url "net/url"
time "time"