changed to logrus

This commit is contained in:
Andrey Meshkov
2018-12-24 15:27:14 +03:00
parent e711f6e5fe
commit 0a977fee87
6 changed files with 34 additions and 19 deletions

View File

@@ -5,11 +5,12 @@ import (
"compress/gzip"
"encoding/json"
"fmt"
"log"
"os"
"sync"
"time"
log "github.com/sirupsen/logrus"
"github.com/go-test/deep"
)