kabukky / journey

A blog engine written in Go, compatible with Ghost themes.
https://kabukky.github.io/journey
MIT License
1.99k stars 203 forks source link

Update uuid Formatters #99

Closed trainmeditations closed 7 years ago

trainmeditations commented 7 years ago

Fixed building against github.com/twinj/uuid Updated uuid formatters: Clean to FormatHex CleanHyphen to FormatCanonical

kabukky commented 7 years ago

Thanks for fixing the UUID dependency! I've switched to github.com/satori/go.uuid for UUID generation and vendored all the external dependencies. All of that is in the master branch now - a new release should follow tomorrow.