We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff937cd commit 6286329Copy full SHA for 6286329
time.go
@@ -8,7 +8,8 @@ func FromGoTime(t time.Time) Time {
8
}
9
10
// Time is a custom Time type that can be used during a parsing process.
11
-// To convert to `time.Time“ use `timeVariable.GoTime()` function.
+// This Time type meant to be used during parsing type.
12
+// It extends all default behaviour from time.Time, but one method `GoTime` added to get time.Time.
13
type Time struct {
14
time.Time
15
0 commit comments