const golang.org/x/crypto/ssh/knownhosts.markerRevoked

3 uses

	golang.org/x/crypto/ssh/knownhosts (current package)
		knownhosts.go#L168: const markerRevoked = "@revoked"
		knownhosts.go#L180: 	if w, next := nextWord(line); w == markerCert || w == markerRevoked {
		knownhosts.go#L216: 	if marker == markerRevoked {