jsok / getaway

HTTP Server to create Go 'vanity' URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getaway

Build Status

Getaway is a simple HTTP server for creating go get vanity URLs.

Usage

Assuming that you have GOPATH configured (see https://golang.org/doc/code.html#GOPATH), and GOPATH/bin is contained in your PATH:

$ go get github.com/dhowden/getaway
$ getaway -pkg tchaik.com -repo https://github.com/tchaik/tchaik

About

HTTP Server to create Go 'vanity' URLs

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%