From 195495e4773c9a4c107d4e5efd995d02505f7847 Mon Sep 17 00:00:00 2001 From: dnoberon Date: Thu, 10 Oct 2019 15:35:43 -0600 Subject: [PATCH] Fixed package main --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7998b7d..8d14213 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ // to automatically repeat a process, kill a hung process started with the tool, and log the programs output (filtering logs // is also possible). It is hoped that heimdall and bifrost will be a tool you reach for again and again when developing your CLI tool. -package heimdall +package main import "github.com/dnoberon/heimdall/cmd"