make linter happy

This commit is contained in:
jkoberg
2021-10-18 09:10:39 +02:00
parent a23e648e17
commit 0be96a6777
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package graph_explorer
package graphexplorer
import (
"embed"
@@ -19,4 +19,4 @@ func init() {
}
Assets = http.FS(embedFS)
}
}