more robust filer

This commit is contained in:
Chris Lu
2014-03-30 13:26:44 -07:00
parent 2861275fb6
commit 51fafdb525
4 changed files with 59 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ import (
)
type UploadResult struct {
Name string
Size int
Error string
}