Skip to content

Instantly share code, notes, and snippets.

View shezadkhan137's full-sized avatar

Shezad Khan shezadkhan137

View GitHub Profile
@shezadkhan137
shezadkhan137 / main.go
Created June 7, 2020 20:47
Go Module-aware AST rewriting
package main
import (
"bytes"
"go/ast"
"go/printer"
"go/types"
"io/ioutil"
"os"
@shezadkhan137
shezadkhan137 / ssh
Last active August 29, 2015 14:10 — forked from zxvdr/ssh
package main
import (
"bytes"
"code.google.com/p/go.crypto/ssh"
"fmt"
"log"
"net"
"os"
)