Skip to content

Instantly share code, notes, and snippets.

@aliuygur
aliuygur / etag-cache.go
Created October 23, 2018 14:16
etag caching example in go
/*
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 (