haxpax / gosms

:mailbox_closed: Your own local SMS gateway in Go
GNU General Public License v2.0
1.45k stars 154 forks source link

multiple-value uuid.NewV1() in single-value context #17

Closed charlieuk2k closed 4 years ago

charlieuk2k commented 6 years ago

Issue when building with go build.

Issue in server.go, line 71. Output: multiple-value uuid.NewV1() in single-value context

changed line 71 from uuid := uuid.NewV1() to uuid,_ := uuid.NewV1()

go build is successful with modification. Able to execute binary.

Believe this is due to update of go.uuid, ref: https://github.com/hlandau/acme/issues/293

Omie commented 6 years ago

thanks for the update, PR is welcome but if not, I'll put in fix when I'll get some time :)

batara666 commented 4 years ago

since 2018 ?

Omie commented 4 years ago

can't help, we sort of moved on after getting different jobs, different cities etc. thanks for the fix.