SystemPython this is usually work for linux and mac.
| 10 | |
| 11 | // SystemPython this is usually work for linux and mac. |
| 12 | type SystemPython struct { |
| 13 | rootDir string |
| 14 | } |
| 15 | |
| 16 | // Setup no need setup for linux and mac. |
| 17 | func (s *SystemPython) Setup() error { |
nothing calls this directly
no outgoing calls
no test coverage detected