diff options
| author | Jeff Carr <[email protected]> | 2019-06-14 04:20:29 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-14 04:20:29 -0700 |
| commit | 60671c1308c325ab7dfcc59639d34b9c1fcc9b1b (patch) | |
| tree | 83b7ebde15a7c44b6e65a68c607e796d1b7d9955 /shell.go | |
| parent | 437afc794c0a311bd03e464788a5716bf568e71c (diff) | |
add linux / windows build files
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'shell.go')
| -rw-r--r-- | shell.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 } |
