aboutsummaryrefslogtreecommitdiff
path: root/global.go
blob: 772dce5957c0a176dbef9caec02b3baad1452940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

// SPDX-License-Identifier: BSD-2-Clause
// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>

package main

var global = struct {
	NeedBits        uint
	NeedBitsReverse uint
	SourceURL       string
	Version         string
}{}