raoulh / mc-agent

Simple ssh-agent that loads keys stored from Moolticute
GNU General Public License v3.0
15 stars 8 forks source link

<mc-agent/go.uuid: go.uuid.newV4() now returns an extra error value> #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

This reflect the commit 0ef6afb2f6cdd6cdaeee3885a95099c63f18fc8c on go.uuid[0] repository where the signature of generator functions change.

moolticute.go code now benefit from this API change and handle error returned by call to newV4.

[0] https://github.com/satori/go.uuid/commit/0ef6afb2f6cdd6cdaeee3885a95099c63f18fc8c

raoulh commented 6 years ago

thanks