diff --git a/main.go b/main.go index ccf9bcd..aa9fdc0 100644 --- a/main.go +++ b/main.go @@ -6,13 +6,13 @@ import ( "bytes" "errors" "fmt" - "html/template" "io/ioutil" "log" "os" "os/exec" "regexp" "strings" + "text/template" "time" "gopkg.in/yaml.v2"