diff options
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 } +*/ |
