modulepackage
0.0.0-20180629235003-995289506582
Repository: https://github.com/joshuadoes/googl.git
Documentation: pkg.go.dev
# README
googl
A library (and CLI) for Google Url Shortener service.
Installation
To install the library:
go get github.com/dimoreira/googl
To install the library with the CLI:
go get github.com/dimoreira/googl/cli/googl
Usage
// Shorten an url
googl shorten -k <your-api-key> <url-to-be-shortened>
// Expand an url
googl expand -k <your-api-key> <url-to-be-expanded>
# Packages
No description provided by the author
# Functions
No description provided by the author