import log package and go fmt README example

This commit is contained in:
Yann Coleu 2016-12-03 16:08:19 +01:00 committed by GitHub
parent 1681333ee9
commit 9026f3d54a

@ -11,8 +11,9 @@ building SSH servers. The goal of the API was to make it as simple as using
package main
import (
"io"
"github.com/gliderlabs/ssh"
"io"
"log"
)
func main() {