diff options
author | Joe <rbo@gmx.us> | 2023-12-14 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-14 20:20:20 +0100 |
commit | b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25 (patch) | |
tree | e00248d5f0339fab6463143ced7c66489c71b0f7 /c_josh.go | |
parent | up (diff) | |
download | hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.gz hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.bz2 hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.xz hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.tar.zst hardflip-b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25.zip |
print
Diffstat (limited to 'c_josh.go')
-rw-r--r-- | c_josh.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ type host struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` User string `yaml:"user"` + Pass string `yaml:"pass"` + Jump string `yaml:"jump"` + Priv string `yaml:"priv"` } func main() { |