This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
A client for openexchangerates.org's API | |
This package is a small client for openexchangerates.org's HTTP API. It | |
respects the HTTP etags returned by the service, and implements most of | |
the available methods at the moment. | |
*/ | |
package openexchangerates | |
import ( |