Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikew committed Oct 22, 2024
1 parent 7b48e91 commit 04a828d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/ssh_endpoint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,3 @@ func ParseSshEndpoint(server string) (*SshEndpoint, error) {
SshConfigPort: ssh_config.Get(parsed.Hostname(), "Port"),
}, nil
}

// type Wut struct {
// }

// func (w *Wut) DoIt() {
// fmt.Println("Doing it!")
// }

// type Huh struct {
// }

// func (w *Huh) DoIt() {
// fmt.Println("Doing it!")
// }

// type Luh interface {
// DoIt()
// }

// func luh(w Luh) {
// w.DoIt()
// }

// func giver() {
// luh(Luh(&Wut{}))
// luh(Luh(&Huh{}))
// }

0 comments on commit 04a828d

Please sign in to comment.