rwxrob / get

Go utility package for fetching string data from common sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Go package for fetching string data from common sources

GoDoc License Go Report Card

Get data from any common place a person might keep it based on the user's preference.

get.String(target string) (string, error)

The target is in the form of a URL but includes additional schemas to those expected. See Go documentation for more.

Installation

Most will likely want to cut and paste from this package and "vendor" the code into your own (which is encouraged to keep dependencies down where possible). Please consider mentioning where you got that code or keeping the heading of these files with the original copyright.

Otherwise, you can just import like anything else:

go get -u github.com/rwxrob/get

About

Go utility package for fetching string data from common sources

License:Apache License 2.0


Languages

Language:Go 100.0%