build: fix linting issues introduced by latest revive release

This commit is contained in:
Vincent Bernat
2022-08-07 23:54:24 +02:00
parent 50614cef5b
commit 61c8143fe8
12 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
// SPDX-FileCopyrightText: 2022 Free Mobile
// SPDX-License-Identifier: AGPL-3.0-only
// Package authentication handles user authentication for the console.
package authentication
import "akvorado/common/reporter"