fmt test code file

This commit is contained in:
jroam 2019-04-16 22:14:42 +08:00
parent ab187d225d
commit 958e00e231
5 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
package gfile_test
import (
"github.com/gogf/gf/g/test/gtest"
"github.com/gogf/gf/g/os/gfile"
"github.com/gogf/gf/g/test/gtest"
"io/ioutil"
"os"
"path/filepath"

View File

@ -1,8 +1,8 @@
package gfile_test
import (
"github.com/gogf/gf/g/test/gtest"
"github.com/gogf/gf/g/os/gfile"
"github.com/gogf/gf/g/test/gtest"
"path/filepath"
"testing"
)

View File

@ -1,8 +1,8 @@
package gfile_test
import (
"github.com/gogf/gf/g/test/gtest"
"github.com/gogf/gf/g/os/gfile"
"github.com/gogf/gf/g/test/gtest"
"testing"
)

View File

@ -1,8 +1,8 @@
package gfile_test
import (
"github.com/gogf/gf/g/test/gtest"
"github.com/gogf/gf/g/os/gfile"
"github.com/gogf/gf/g/test/gtest"
"os"
"path/filepath"
"strings"

View File

@ -1,8 +1,8 @@
package gfile_test
import (
"github.com/gogf/gf/g/test/gtest"
"github.com/gogf/gf/g/os/gfile"
"github.com/gogf/gf/g/test/gtest"
"os"
"testing"
)