From 809ec2cff2e1643b8ebf7fc40576ffbf3bb246c2 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Thu, 21 Mar 2019 20:12:16 -0600 Subject: [PATCH] Remove unused imports --- hatmill.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/hatmill.go b/hatmill.go index c08565a..33b48ac 100644 --- a/hatmill.go +++ b/hatmill.go @@ -1,8 +1,6 @@ package hatmill -import "fmt" import "io" -import "os" // Html is one of EmptyElement, ParentElement, or Text. type Html interface {