()
| 17 | type LoadMap map[string]int64 |
| 18 | |
| 19 | func NewLoadMap() LoadMap { |
| 20 | result := make(map[string]int64) |
| 21 | return result |
| 22 | } |
| 23 | |
| 24 | // NewLoadMap parses a `--*-load` flag (e.g. `--max-load`), which is in multiple |
| 25 | // key-value format, such as: |
no outgoing calls
no test coverage detected
searching dependent graphs…