1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00

Remove superfluous embed import in render.go

This commit is contained in:
Matt Baer 2022-03-30 23:33:41 -04:00
parent d49fde1263
commit d7498ac64b

View File

@ -1,7 +1,6 @@
package cdr package cdr
import ( import (
_ "embed"
"html/template" "html/template"
"io" "io"
"io/ioutil" "io/ioutil"