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

4 uses

	github.com/kevinburke/ssh_config (current package)
		config.go#L479: 	Comment      string
		config.go#L494: 	if e.Comment == "" {
		config.go#L497: 	return fmt.Sprintf("%s#%s", strings.Repeat(" ", int(e.leadingSpace)), e.Comment)
		parser.go#L163: 		Comment: comment.val,