Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

kaimallea/go-googl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages