From 8b50460c1b7e392f550d9b4dbee8706870a689a8 Mon Sep 17 00:00:00 2001 From: Andrew Red Date: Wed, 20 Mar 2019 11:20:20 +0300 Subject: [PATCH] - moved doc file to the top level --- rates/doc.go => doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rates/doc.go => doc.go (98%) diff --git a/rates/doc.go b/doc.go similarity index 98% rename from rates/doc.go rename to doc.go index fbae2a3..38f7857 100644 --- a/rates/doc.go +++ b/doc.go @@ -25,4 +25,4 @@ Here we create Manager and register with it CryptoCompare provider, every time we call Update method the rates are fetched and renewed in the memory. */ -package rates +package main