Skip to content

Instantly share code, notes, and snippets.

@aletessier
aletessier / ssh_client.go
Created July 20, 2017 06:35 — forked from iamralch/ssh_client.go
SSH client in GO
package main
import (
"fmt"
"io"
"io/ioutil"
"net"
"os"
"strings"
@aletessier
aletessier / gist:0ffb97aaea1f201c3203
Created March 11, 2016 20:33 — forked from alexedwards/main.go
Example of chaining middlware in Go
package main
import (
"bytes"
"github.com/goji/httpauth"
"github.com/gorilla/handlers"
"net/http"
"os"
)
@aletessier
aletessier / .gitignore
Last active August 29, 2015 14:26 — forked from jpillora/sshd.go
Go 1.3 SSH server complete example
sshd