summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 10:14:25 -0500
committerJeff Carr <[email protected]>2025-10-07 10:14:25 -0500
commitbbe79b877e37445752f60f9ca491feac29b5cea1 (patch)
tree714ad694f6b4e1dc65618efd36d2d8e102d1ce17 /http.go
parentfbc6477ec86c3968f983593ac1ce1825b33fea80 (diff)
move function back
Diffstat (limited to 'http.go')
-rw-r--r--http.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/http.go b/http.go
index f2a470c..d7f34c5 100644
--- a/http.go
+++ b/http.go
@@ -2,16 +2,7 @@
package zoopb
-import (
- "bytes"
- "fmt"
- "io/ioutil"
- "net/http"
- "os/user"
-
- "go.wit.com/log"
-)
-
+/*
func (m *Machine) HttpPostMachine(url string) ([]byte, error) {
if m == nil {
// run f.InitMachine() here?
@@ -73,3 +64,4 @@ func (m *Machine) HttpPostOld(url string, data []byte) ([]byte, error) {
return body, nil
}
+*/