Improved import, by group improt.

This commit is contained in:
houseme
2021-11-14 15:37:24 +08:00
parent ea31af5364
commit b59ed1b943
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ package gtime_test
import (
"fmt"
"github.com/gogf/gf/v2/os/gtime"
)

View File

@ -8,9 +8,10 @@ package gtime_test
import (
"fmt"
"github.com/gogf/gf/v2/os/gtime"
"reflect"
"time"
"github.com/gogf/gf/v2/os/gtime"
)
// New creates and returns a Time object with given parameter.