VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang
MIT License
250 stars 33 forks source link

fixes travis-ci build #15

Closed varpon closed 6 years ago

varpon commented 6 years ago

Current versions of github.com/satori/go.uuid have changed the interface of uuid.NewV4() and return 2 values (UUID, error).

VictorNine commented 6 years ago

Thanks :) I saw that but had not gotten around to it