Helper function for color-aware output
(w io.Writer, message string)
| 88 | |
| 89 | // Helper function for color-aware output |
| 90 | func printVSAInfo(w io.Writer, message string) { |
| 91 | fmt.Fprintf(w, "[INFO] %s\n", message) |
| 92 | } |
| 93 | |
| 94 | // validateVSAData holds the command data |
| 95 | type validateVSAData struct { |
no outgoing calls
no test coverage detected