Skip to content

Commit

Permalink
Add joker.uuid/new function.
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Feb 9, 2020
1 parent ab0a571 commit ff4d8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/core.joke
Original file line number Diff line number Diff line change
Expand Up @@ -3242,7 +3242,7 @@
*loaded-libs* #{'joker.base64 'joker.html 'joker.http 'joker.json 'joker.io
'joker.math 'joker.os 'joker.string 'joker.time 'joker.url
'joker.yaml 'joker.strconv 'joker.crypto 'joker.hex 'joker.filepath
'joker.csv})
'joker.csv 'joker.uuid})

(defonce ^:dynamic
^{:private true
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
_ "github.com/candid82/joker/std/string"
_ "github.com/candid82/joker/std/time"
_ "github.com/candid82/joker/std/url"
_ "github.com/candid82/joker/std/uuid"
_ "github.com/candid82/joker/std/yaml"
"github.com/pkg/profile"
)
Expand Down

0 comments on commit ff4d8e8

Please sign in to comment.