Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHood committed Apr 6, 2022
1 parent beeea34 commit d2a3379
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func newTsNetServer() tsnet.Server {
}

func dialAndCat(s *tsnet.Server) {

ctx := context.Background()

hostAndPort := Config.host + ":" + Config.port
Expand All @@ -111,7 +110,6 @@ func dialAndCat(s *tsnet.Server) {
}

func main() {

flag.StringVar(&Config.host, "host", "", "SSH Host")
flag.StringVar(&Config.port, "port", "22", "SSH Port")
flag.BoolVar(&Config.noisy, "noisy", false, "Spam the console with debug messages")
Expand Down Expand Up @@ -152,5 +150,4 @@ func main() {
}

dialAndCat(&s)

}

0 comments on commit d2a3379

Please sign in to comment.