mirror of
https://gitee.com/johng/gf
synced 2026-07-06 05:42:20 +08:00
Improved import, by group improt.
This commit is contained in:
@ -8,6 +8,7 @@ package gtime_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/gogf/gf/v2/os/gtime"
|
||||
)
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user