mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 03:18:52 -06:00
make linter happy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package graph_explorer
|
||||
package graphexplorer
|
||||
|
||||
import (
|
||||
"embed"
|
||||
@@ -19,4 +19,4 @@ func init() {
|
||||
}
|
||||
|
||||
Assets = http.FS(embedFS)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -19,4 +19,4 @@ func init() {
|
||||
}
|
||||
|
||||
Assets = http.FS(embedFS)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user