We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5c2fd + 72d5d3d commit 30c0707Copy full SHA for 30c0707
1 file changed
time.go
@@ -10,8 +10,8 @@ import (
10
type empty[T TimeZone] struct{}
11
12
type Time[T TimeZone] struct {
13
- tm time.Time
14
_ empty[T]
+ tm time.Time
15
}
16
17
// StdTime returns the time.Time.
0 commit comments