Skip to content

Commit

Permalink
unexpected remove fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
verzth committed Apr 14, 2020
1 parent 0aea25a commit 7135f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ func (f *File) StoreAs(path string, name string, perm os.FileMode) error {
return errors.New("failed to store file")
}
f.name = name
return nil
}

0 comments on commit 7135f0f

Please sign in to comment.