aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-15 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-15 20:20:20 +0100
commit02eadcbb8672b665661eb09ab50359a8c2bbb6e4 (patch)
tree55d6a10be78ac1d372fac0df6c7970022a95bdce /c_josh.go
parentprint (diff)
downloadhardflip-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.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/c_josh.go b/c_josh.go
index dcc2e15..05e1f79 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -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