aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/info.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-16 02:32:57 +0900
committerOphestra <cat@gensokyo.uk>2025-08-16 02:32:57 +0900
commitf9edec7e4169ecda63ba15762f12e64803b9984d (patch)
treebc3682c185dc32bfb941b68578ead2c85449d60b /hst/info.go
parent305c600cf5b69e16538e0142cf3d10844a671577 (diff)
hst: merge miscellaneous files
These structs were going to be bigger at some point. They turned out not to be. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/info.go')
-rw-r--r--hst/info.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/hst/info.go b/hst/info.go
deleted file mode 100644
index e52f7465..00000000
--- a/hst/info.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package hst
-
-type Info struct {
- User int `json:"user"`
- Paths
-}