nevermind I missunderstood, my apologies.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the
My guess would be that whoever called Fprintf passed a nil, or uninitialized
pointer as one of the variadic 'args' parameters, which holds interface{} type.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop
Taken from
https://www.iana.org/assignments/tls-parameters/tls-parameters.xml:
Note
>
> CCM_8 cipher suites are not marked as "Recommended". These
> cipher suites have a significantly truncated authentication tag
> that represents a security trade-off that may not be appropriate
>
I would be surprised if they have a legal claim to "Ora" as well, otherwise
the dental products "Orajell", and "OralB" are in trouble!!!
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails fro
Hi Stuart,
(I'm not 100% confident, so take this with a grain of salt ;) )
In my experience, I have always found it best to have go.mod in the
project's root directory (as well as only using one go.mod per repo). You
could also use go mod vendor command, which will download all of the
depende
You can find them at:
https://go.googlesource.com/go/+/refs/heads/release-branch.go1.13-security
https://github.com/golang/go/commits/release-branch.go1.13-security
https://github.com/golang/go/commits/release-branch.go1.12-security
https://go.googlesource.com/go/+/refs/heads/release-branch.go1.1
Sry I ment genName()
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://g
Greetings,
I noticed something mostly unrelated to the problem, but wanted to give a
heads-up. I could be wrong here, but I'm pretty sure the genRand() function
from your embedded code isn't actually random. IIRC, math/rand.Int is
deterministic, and needs to be seeded (usually with time.Now().U