1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-14 17:21: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
import (
_ "embed"
"html/template"
"io"
"io/ioutil"