diff options
Diffstat (limited to 'post.go')
| -rw-r--r-- | post.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,9 +15,6 @@ func httpPost(url string, data []byte) ([]byte, error) { var err error var req *http.Request - // data := []byte("some junk") - // url := "https://go.wit.com/register/" - req, err = http.NewRequest(http.MethodPost, url, bytes.NewBuffer(data)) usr, _ := user.Current() |
