diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 10:14:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 10:14:25 -0500 |
| commit | bbe79b877e37445752f60f9ca491feac29b5cea1 (patch) | |
| tree | 714ad694f6b4e1dc65618efd36d2d8e102d1ce17 /http.go | |
| parent | fbc6477ec86c3968f983593ac1ce1825b33fea80 (diff) | |
move function back
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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 } +*/ |
