Skip to content
Snippets Groups Projects
Commit 3f16fcf5 authored by Alena Petraki's avatar Alena Petraki
Browse files

Рефакторинг кода согласно go vet

parent af46b145
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ func (f File) Fetch(i interface{}) interface{} {
default:
panic("unknown parameter")
}
return nil
}
func NewFile(name, mimeType string, size int, temp bool) *File {
......
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