github.com/kevinburke/ssh_config.Host.EOLComment (field)

4 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L377: 	EOLComment   string
		config.go#L425: 		if h.EOLComment != "" {
		config.go#L427: 			buf.WriteString(h.EOLComment)
		parser.go#L128: 			EOLComment: comment,