chore: ignore linting error (#285)

This commit is contained in:
Andrew Rynhard 2018-12-06 15:58:03 -08:00 committed by GitHub
parent 5140fbe4e1
commit 37970fc1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,7 @@ func recovery() {
time.Sleep(1 * time.Second)
}
// nolint: errcheck
unix.Reboot(int(unix.LINUX_REBOOT_CMD_RESTART))
}