updated dependencies

This commit is contained in:
ston1th 2018-09-20 00:18:46 +02:00
commit 62ff59957a
38 changed files with 915 additions and 304 deletions

View file

@ -2,9 +2,7 @@
package store
import (
"fmt"
)
import "fmt"
func storeErr(i interface{}) error {
return fmt.Errorf("store: %s", i)