aboutsummaryrefslogtreecommitdiff
path: root/global.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:53:35 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:53:35 +0800
commit9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e (patch)
tree2d22b23e6d3322afa06fd5fd8687809b95a75e18 /global.go
parenttmpl.go: Remove unnecessary version prose (diff)
downloadpowxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.tar.gz
powxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.tar.zst
powxy-9d2382cf5f10f06245d5f0cc7b8b250e6e19d06e.zip
Add MathML notation
Diffstat (limited to 'global.go')
-rw-r--r--global.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/global.go b/global.go
index b5afaa8..772dce5 100644
--- a/global.go
+++ b/global.go
@@ -4,7 +4,8 @@
package main
var global = struct {
- NeedBits uint
- SourceURL string
- Version string
+ NeedBits uint
+ NeedBitsReverse uint
+ SourceURL string
+ Version string
}{}