ModTime returns the "unixMtime" field, or the zero time.
()
| 202 | |
| 203 | // ModTime returns the "unixMtime" field, or the zero time. |
| 204 | func (b *Blob) ModTime() time.Time { return b.ss.ModTime() } |
| 205 | |
| 206 | // A Claim is a Blob that is signed. |
| 207 | type Claim struct { |
no outgoing calls