()
| 248 | } |
| 249 | |
| 250 | func setup() { |
| 251 | utils.ValidateEnvironment("nix") |
| 252 | |
| 253 | utils.SignalHandler() |
| 254 | |
| 255 | if assetRoot == "" { |
| 256 | handleError(errors.New("Morph must be compiled with \"-ldflags=-X main.assetRoot=<path-to-installed-data/>\".")) |
| 257 | } |
| 258 | } |
| 259 | |
| 260 | func main() { |
| 261 |
no test coverage detected