github.com/kevinburke/ssh_config.KV.Comment (field)

4 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L449: 	Comment      string
		config.go#L471: 	if k.Comment != "" {
		config.go#L472: 		line += " #" + k.Comment
		parser.go#L150: 		Comment:      comment,