aboutsummaryrefslogtreecommitdiff
path: root/http_global.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-13 00:31:48 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-13 00:32:01 +0800
commitd87f80d3e14990e5d9fc83990ff04e29affa3a94 (patch)
tree5df543f16b96388c1dc7c6456c24d8b0d66b9d5d /http_global.go
parentREADME.md: Add a bit of detail (diff)
downloadforge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.tar.gz
forge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.tar.zst
forge-d87f80d3e14990e5d9fc83990ff04e29affa3a94.zip
*.go: Mass rename files for clarity
Diffstat (limited to 'http_global.go')
-rw-r--r--http_global.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/http_global.go b/http_global.go
new file mode 100644
index 0000000..3e06171
--- /dev/null
+++ b/http_global.go
@@ -0,0 +1,6 @@
+package main
+
+var global_data = map[string]any {
+ "server_public_key_string": &server_public_key_string,
+ "server_public_key_fingerprint": &server_public_key_fingerprint,
+}