Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
3f16fcf5
Commit
3f16fcf5
authored
2 years ago
by
Alena Petraki
Browse files
Options
Downloads
Patches
Plain Diff
Рефакторинг кода согласно go vet
parent
af46b145
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/files/file.go
+0
-1
0 additions, 1 deletion
pkg/files/file.go
with
0 additions
and
1 deletion
pkg/files/file.go
+
0
−
1
View file @
3f16fcf5
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment