(msg string, err error)
| 96 | } |
| 97 | |
| 98 | func fatal(msg string, err error) { |
| 99 | fmt.Fprintf(os.Stderr, "Error: %s: %v\n", msg, err) |
| 100 | os.Exit(1) |
| 101 | } |
| 102 | |
| 103 | // Bootstrap provides startup logic in a real environment |
| 104 | func Bootstrap(centralPath, nodePath, logPath string, verbose bool, opts state.NylonOptions) { |