Downgrade gothemis compatibility #253
Labels
compatibility
Backward and forward compatibility, platform interoperability issues, breaking changes
enhancement
W-GoThemis 🐹
Wrapper: GoThemis, Go API
It seems that gothemis uses syntax incompatible with old Go versions (TODO: check exact version, but it's definitely below 1.2).
We should re-write this line to smth more compatible
https://github.com/cossacklabs/themis/blob/master/gothemis/session/session.go#L93
As example we used this code in Hermes:
(from https://github.com/cossacklabs/hermes-core/blob/master/gohermes/utils.go)
Although this code is 100% valid, but it would be nice to support previous versions.
The text was updated successfully, but these errors were encountered: