Преглед на файлове

doc(poster.go): added comment for post details

  Added comment of a link to were the Post() function came from.
Apollo преди 3 години
родител
ревизия
61cef07bc4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      poster.go

+ 1 - 0
poster.go

@@ -6,6 +6,7 @@ import (
 	"net/url"
 )
 
+// https://zetcode.com/golang/getpostrequest/ post_req_form.go
 func Post(where string, data *url.Values) *http.Response {
 	resp, err := http.PostForm(where, *data)
 	if err != nil {