9 lines
85 B
Go
9 lines
85 B
Go
package gg
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
type Time = time.Time
|
|
type Duration = time.Duration
|
|
|