(err error)
| 32 | var version = "1.0.8-dev" |
| 33 | |
| 34 | func panicIfError(err error) { |
| 35 | if err != nil { |
| 36 | log.Fatal(err) |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | // attempts to pledge and panic if it fails |
| 41 | // this does nothing on non-OpenBSD systems |
no outgoing calls
no test coverage detected