Check if this is a supported OS. That is currently all Unix-like OS's. At the moment, we assume that is everything except Windows.
()
| 318 | // That is currently all Unix-like OS's. |
| 319 | // At the moment, we assume that is everything except Windows. |
| 320 | func isSupportedOS() bool { |
| 321 | return runtime.GOOS != "windows" |
| 322 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…