didn't notice should run go generate

pull/932/merge
gohargasparyan 2020-04-29 20:44:36 +02:00 committed by Boyan Soubachov
parent 9d083cac4a
commit 484fff1ace
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"