Skip to content

rwxrob/get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages