Remove unused imports

This commit is contained in:
Brandon Dyck 2019-03-21 20:12:16 -06:00
parent 79c3984eb6
commit 809ec2cff2

View File

@ -1,8 +1,6 @@
package hatmill
import "fmt"
import "io"
import "os"
// Html is one of EmptyElement, ParentElement, or Text.
type Html interface {