func golang.org/x/crypto/ssh.appendInt

3 uses

	golang.org/x/crypto/ssh (current package)
		common.go#L313: func appendInt(buf []byte, n int) []byte {
		messages.go#L533: 			out = appendInt(out, len(s))
		messages.go#L539: 					out = appendInt(out, field.Len())