Re-run gofmt -s after modifications

This commit is contained in:
Edznux 2018-10-23 06:35:22 +02:00
commit d80fef3ef9
11 changed files with 30 additions and 30 deletions

View file

@ -2,11 +2,11 @@ package core
import (
"bytes"
"github.com/evilsocket/islazy/fs"
"github.com/evilsocket/islazy/str"
"io"
"os"
"testing"
"github.com/evilsocket/islazy/str"
"github.com/evilsocket/islazy/fs"
)
func hasInt(a []int, v int) bool {