Loader - keeps track of
| 9 | |
| 10 | // Loader - keeps track of |
| 11 | type Loader struct { |
| 12 | Libraries []*Library |
| 13 | } |
| 14 | |
| 15 | // NewLoader - returns a new instance of a Loader |
| 16 | func NewLoader() (*Loader, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected