go-tls icon indicating copy to clipboard operation
go-tls copied to clipboard

A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.

Results 2 go-tls issues
Sort by recently updated
recently updated
newest added

go 1.17 it is relased. And this repo will broken at the unit test.

bug

We have an issuer sirupsen/logrus#904 somehow when a call to tls.ID() we are not able to retrieve the caller. I suspect somehow the call to tls.ID() seems to badly interact...

question