conflict fix

This commit is contained in:
tim-kos 2013-03-19 11:07:26 +01:00
parent 08745ff59a
commit dab46b60c9
1 changed files with 0 additions and 5 deletions

View File

@ -88,12 +88,7 @@ func postFiles(w http.ResponseWriter, r *http.Request) {
}
id := uid()
<<<<<<< HEAD
if err := dataStore.CreateFile(id, contentRange.Size, contentType); err != nil {
=======
if err := initFile(id, contentRange.Size, contentType); err != nil {
log.Print("FOO4")
>>>>>>> conflict fix
reply(w, http.StatusInternalServerError, err.Error())
return
}