From 60671c1308c325ab7dfcc59639d34b9c1fcc9b1b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 14 Jun 2019 04:20:29 -0700 Subject: add linux / windows build files Signed-off-by: Jeff Carr --- shell.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'shell.go') diff --git a/shell.go b/shell.go index cfa9b94..5f947a6 100644 --- a/shell.go +++ b/shell.go @@ -15,8 +15,6 @@ import "github.com/svent/go-nbreader" // import "log" import log "github.com/sirupsen/logrus" -// TODO this journalhook to be cross platform -// import "github.com/wercker/journalhook" // TODO: look at https://github.com/go-cmd/cmd/issues/20 // use go-cmd instead here? @@ -66,12 +64,6 @@ func Script(cmds string) int { return 0 } -/* -func UseJournalctl() { - journalhook.Enable() -} -*/ - func SpewOn() { spewOn = true } -- cgit v1.2.3