diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 08:03:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 08:03:20 -0500 |
| commit | a10dab96ff14f800a0f731eef86b1ab55152ede7 (patch) | |
| tree | 500e6ce75db0a806234d8b8420b526dc6c4eaf4c /post.go | |
| parent | 7fa6c2e2de621558794a59aabdd74d0077dac8d5 (diff) | |
import almost works
Signed-off-by: Jeff Carr <[email protected]>
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() |
