Patrick Peng Sun пре 8 година
родитељ
комит
6cc79ff8f4
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      upload.go

+ 2
- 0
upload.go Прегледај датотеку

"fmt" "fmt"
"io" "io"
"io/ioutil" "io/ioutil"
"log"
"mime/multipart" "mime/multipart"
"net/http" "net/http"
"os" "os"
defer r.Body.Close() defer r.Body.Close()
b, _ := ioutil.ReadAll(r.Body) b, _ := ioutil.ReadAll(r.Body)
resp = string(b) resp = string(b)
log.Println(resp)
return return
} }

Loading…
Откажи
Сачувај