mimoo / disco

a protocol to encrypt communications and a cryptographic library based on Disco
https://www.discocrypto.com
BSD Zero Clause License
202 stars 15 forks source link

"go test" failed #53

Open tankf33der opened 3 years ago

tankf33der commented 3 years ago
$ go test
# _/home/mpech/disco/libdisco
./conn_test.go:71:25: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
FAIL    _/home/mpech/disco/libdisco [build failed]
$ go version
go version go1.15.5 linux/amd64
mimoo commented 3 years ago

hey! Thanks for reporting this @tankf33der , do you want to submit a PR to fix it : o ?

tankf33der commented 3 years ago

I never use PR, fix it, setup CI, add green badge.