diff --git a/main.go b/main.go index 38eeb61..f86bc65 100644 --- a/main.go +++ b/main.go @@ -8,8 +8,6 @@ import ( "log" "net/http" "os" - - _ "embed" ) type Repo struct { @@ -26,9 +24,6 @@ type Config struct { Repos map[string]*Repo // mapped by ShortPath, like package/code } -//go:embed template.html -var httpTemplate string - var ( ConfigFile, TemplateFile string ListenAddress string