(i int)
| 110 | } |
| 111 | |
| 112 | func getKeySuffix(i int) string { |
| 113 | if i == 1 { |
| 114 | return "" |
| 115 | } |
| 116 | |
| 117 | return strconv.Itoa(i) |
| 118 | } |
| 119 | |
| 120 | func loadSection(model Model, cfg config.ConfigInterface, sec string) { |
| 121 | i := 1 |
no outgoing calls
no test coverage detected
searching dependent graphs…