Skip to content
Snippets Groups Projects
Commit d91c84c5 authored by Anton Sattarov's avatar Anton Sattarov :cucumber:
Browse files

fix pkg

parent 7b0a9536
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ require (
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
......
......@@ -51,6 +51,4 @@ func (s Space) Fetch(i interface{}) interface{} {
default:
panic("unknown parameter")
}
return nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment