aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-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