Skip to content

Instantly share code, notes, and snippets.

View sgykfjsm's full-sized avatar

shigeyuki fujishima sgykfjsm

View GitHub Profile
@sgykfjsm
sgykfjsm / ssh_client.go
Created September 14, 2016 09:10 — forked from iamralch/ssh_client.go
SSH client in GO
package main
import (
"fmt"
"io"
"io/ioutil"
"net"
"os"
"strings"
@sgykfjsm
sgykfjsm / Makefile.golang
Created August 3, 2016 14:40 — forked from dnishimura/Makefile.golang
Makefile for Golang projects
# Makefile for a go project
#
# Author: Jon Eisen
# site: joneisen.me
#
# Targets:
# all: Builds the code
# build: Builds the code
# fmt: Formats the source files
# clean: cleans the code