Skip to content

Commit

Permalink
add another reftool example
Browse files Browse the repository at this point in the history
dropwhile committed Dec 7, 2023
1 parent de3b6d8 commit 85a30fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -284,8 +284,20 @@ tag value: 2
type: TimePrefixed
time(string): 2023-01-01T00:00:11.123456Z
time(millis): 1672531211123456
# here is what a random-prefixed refid looks like
# note the time is the zero value for time.Time
% reftool parse DxBK5ksxywRfCMUUTIw2mw
native enc: 1w84nsjb675g8qr8rma4s31pkc
hex enc: 0f104ae64b31cb045f08c5144c8c369b
base64 enc: DxBK5ksxywRfCMUUTIw2mw
tag value: 4
type: RandomPrefixed
time(string): 1970-01-01T00:00:00Z
time(millis): 0
```


[1]: https://github.com/dropwhile/refid/actions
[2]: https://godoc.org/github.com/dropwhile/refid
[3]: https://choosealicense.com/licenses/mit/

0 comments on commit 85a30fa

Please sign in to comment.