Skip to content

Commit

Permalink
didn't notice should run go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
gohargasparyan authored and boyan-soubachov committed May 3, 2020
1 parent 9d083ca commit 484fff1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assert/assertion_format.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package assert

import (
"io"
io "io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion assert/assertion_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package assert

import (
"io"
io "io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion require/require.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package require

import (
assert "github.com/stretchr/testify/assert"
"io"
io "io"
http "net/http"
url "net/url"
time "time"
Expand Down
2 changes: 1 addition & 1 deletion require/require_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package require

import (
assert "github.com/stretchr/testify/assert"
"io"
io "io"
http "net/http"
url "net/url"
time "time"
Expand Down

0 comments on commit 484fff1

Please sign in to comment.