diff options
Diffstat (limited to 'global.go')
-rw-r--r-- | global.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/global.go b/global.go new file mode 100644 index 0000000..0e2bf81 --- /dev/null +++ b/global.go @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + +package main + +var global = struct { + NeedBits uint + SourceURL string + Version string +}{} |