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,8 @@
// SPDX-FileCopyrightText: 2022 Free Mobile
// SPDX-License-Identifier: AGPL-3.0-only
// Package database handles connection to a persistent database to
// save console settings.
package database
import (