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

View File

@@ -1,4 +1,4 @@
package graph_explorer
package graphexplorer
import (
"embed"
@@ -19,4 +19,4 @@ func init() {
}
Assets = http.FS(embedFS)
}
}

View File

@@ -1,11 +1,12 @@
package assets
import (
"github.com/owncloud/ocis/settings"
"net/http"
"os"
"path/filepath"
"github.com/owncloud/ocis/settings"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/settings/pkg/config"
)

View File

@@ -19,4 +19,4 @@ func init() {
}
Assets = http.FS(embedFS)
}
}