summaryrefslogtreecommitdiff
path: root/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'post.go')
-rw-r--r--post.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/post.go b/post.go
index 9537bc8..8e56b75 100644
--- a/post.go
+++ b/post.go
@@ -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()