Home > go-googl

go-googl

Go-googl is a project mainly written in Go, it's free.

A url shortener and expander, written in Go and powered by Google

Compile

8g googl.go
8l -o googl googl.8

*If you're on Windows you may want the output to be googl.exe

*If you use the 64-bit compiler, substitute all the above 8s with 6s

Usage

googl http://www.google.com/
googl http://goo.gl/fbsS

Or all on one line

googl http://www.google.com/ http://goo.gl/fbsS
Previous:FlippyNum