diff options
author | Joe <rbo@gmx.us> | 2023-12-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-15 20:20:20 +0100 |
commit | 02eadcbb8672b665661eb09ab50359a8c2bbb6e4 (patch) | |
tree | 55d6a10be78ac1d372fac0df6c7970022a95bdce /c_josh.go | |
parent | print (diff) | |
download | hardflip-02eadcbb8672b665661eb09ab50359a8c2bbb6e4.tar.gz hardflip-02eadcbb8672b665661eb09ab50359a8c2bbb6e4.tar.bz2 hardflip-02eadcbb8672b665661eb09ab50359a8c2bbb6e4.tar.xz hardflip-02eadcbb8672b665661eb09ab50359a8c2bbb6e4.tar.zst hardflip-02eadcbb8672b665661eb09ab50359a8c2bbb6e4.zip |
new stuff
Diffstat (limited to 'c_josh.go')
-rw-r--r-- | c_josh.go | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -47,22 +47,6 @@ package main -import ( -) - -// 0: ssh -// 1: rdp -type host struct { - ID int64 - Type int8 `yaml:"type"` - 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() { var data_dir string |