Browse Source

Remove superfluous embed import in render.go

main
Matt Baer 2 years ago
parent
commit
d7498ac64b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      render.go

+ 0
- 1
render.go View File

@@ -1,7 +1,6 @@
package cdr

import (
_ "embed"
"html/template"
"io"
"io/ioutil"


Loading…
Cancel
Save