------------------------------------------------------------------------- package_cache -------------------------------------------------------------------------
| 213 | //------------------------------------------------------------------------- |
| 214 | |
| 215 | type package_cache map[string]*package_file_cache |
| 216 | |
| 217 | func new_package_cache() package_cache { |
| 218 | m := make(package_cache) |
nothing calls this directly
no outgoing calls
no test coverage detected