This commit is contained in:
blob42 2023-10-06 19:27:06 +02:00
parent 1b4fbf1113
commit ef8f91a5cc
2 changed files with 1 additions and 24 deletions

View File

@ -420,6 +420,7 @@ func registerSqliteHooks() {
}
//TODO!: manual initialization
func init() {
initCache()
registerSqliteHooks()

View File

@ -1,24 +0,0 @@
//
// Copyright ⓒ 2023 Chakib Ben Ziane <contact@blob42.xyz> and [`GoSuki` contributors]
// (https://github.com/blob42/gosuki/graphs/contributors).
//
// All rights reserved.
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//
// This file is part of GoSuki.
//
// GoSuki is free software: you can redistribute it and/or modify it under the terms of
// the GNU Affero General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at your option) any later version.
//
// GoSuki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License along with
// gosuki. If not, see <http://www.gnu.org/licenses/>.
// TODO: gosuki modules that are not browsers
package modules