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 3686f2d commit 8508610Copy full SHA for 8508610
github/timestamp.go
@@ -22,7 +22,7 @@ func (t Timestamp) String() string {
22
return t.Time.String()
23
}
24
25
-// GetTime returns std time.Time
+// GetTime returns std time.Time.
26
func (t *Timestamp) GetTime() *time.Time {
27
if t == nil {
28
return nil
0 commit comments