vanitypkg provides a server that hosts vanity package names for Go package hosted on github.
$ vanitypkg -github-user=<user> -port=<port># start on port 80 using sudo
$ sudo vanitypkg -github-user=gosuri -port=80
# make example.com resolvable, this should be dns entry
$ sudo echo "127.0.0.1 example.com" >> /etc/hosts
# production deploys should run on https, use -insecure flag locally
$ go get -insecure example.com/vanitypkg
...
$ ls $GOPATH/src/example.com
vanitypkg$ go get github.com/gosuri/vanitypkg/cmd