(l int, v []interface{})
| 90 | } |
| 91 | |
| 92 | func output(l int, v []interface{}) { |
| 93 | print(l, fmt.Sprint(v...)) |
| 94 | } |
| 95 | |
| 96 | // Fatalf logs a formatted message at the "fatal" level and then exits. The |
| 97 | // arguments are handled in the same manner as fmt.Printf. |
searching dependent graphs…