eclipse/lib/leader/guard.go

9 lines
178 B
Go
Raw Normal View History

2024-01-18 05:49:09 +00:00
// Copyright (C) 2024 Umorpha Systems
// SPDX-License-Identifier: AGPL-3.0-or-later
//go:build !libsqlite3
package eclipse
const _ = &"must be built with `-tags=libsqlite3`"