------------------------------------------------------------------------- []package_import -------------------------------------------------------------------------
| 19 | //------------------------------------------------------------------------- |
| 20 | |
| 21 | type package_import struct { |
| 22 | alias string |
| 23 | abspath string |
| 24 | path string |
| 25 | } |
| 26 | |
| 27 | // Parses import declarations until the first non-import declaration and fills |
| 28 | // `packages` array with import information. |
nothing calls this directly
no outgoing calls
no test coverage detected