summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 05:32:52 -0600
committerJeff Carr <[email protected]>2024-01-06 05:32:52 -0600
commit8b59a3141a6bd70eb8b434edbe347c3a22bfb3d6 (patch)
tree8e80b90b15f267748aea060161752376312ec2c7 /structs.go
parent3457aefa86ccc9bc6c4eda059e48ebcb8830b410 (diff)
move UID code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index e8db7ee..1cca577 100644
--- a/structs.go
+++ b/structs.go
@@ -51,7 +51,7 @@ type Host struct {
notes *gui.Node // using this to put notes here
// local OS settings, network interfaces, etc
- uid *gui.Node // user
+// uid *gui.Node // user
fqdn *gui.Node // display the full hostname
IPv4 *gui.Node // show valid IPv4 addresses
IPv6 *gui.Node // show valid IPv6 addresses