Skip to content

Update internal/ssh module to use some golang-1.19 features

Niels Möller requested to merge ssh-go-1.19 into main

Use a bytesOrString type constraint for serializeString and skipPrefixString, and use math.MaxInt32.

Merge request reports