Compare commits
2 commits
f890431fd0
...
804977c506
| Author | SHA1 | Date | |
|---|---|---|---|
| 804977c506 | |||
| 7a4bee679f |
2 changed files with 11 additions and 4 deletions
|
|
@ -2,6 +2,13 @@ when:
|
|||
branch: master
|
||||
event: push
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
partial: false
|
||||
depth: 0
|
||||
|
||||
steps:
|
||||
docs:
|
||||
image: julia:1
|
||||
|
|
|
|||
|
|
@ -82,13 +82,13 @@ value of the `UUID` is passed directly into the method.
|
|||
|
||||
# Examples
|
||||
|
||||
```jldoctest; filter = r"[0-9A-Z]{26}" => "7ZK00JECBDF2H7GNBXN59C6S9S"
|
||||
```jldoctest
|
||||
julia> base30encode(30)
|
||||
"10"
|
||||
```
|
||||
|
||||
julia> using UUIDs
|
||||
|
||||
julia> base30encode(UUIDs.uuid1())
|
||||
```julia-repl
|
||||
julia> using UUIDs; base30encode(uuid1())
|
||||
"7ZK00JECBDF2H7GNBXN59C6S9S"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue