diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 05:32:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 05:32:52 -0600 |
| commit | 8b59a3141a6bd70eb8b434edbe347c3a22bfb3d6 (patch) | |
| tree | 8e80b90b15f267748aea060161752376312ec2c7 /structs.go | |
| parent | 3457aefa86ccc9bc6c4eda059e48ebcb8830b410 (diff) | |
move UID code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
