diff options
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ func sendMachine(s string) error { log.Info("httpPost() data:", string(body)) return err } - out := strings.TrimSpace(string(body)) + // out := strings.TrimSpace(string(body)) // log.Info("httpPost() data:", out, len(body)) test := strings.TrimSpace(string(body)) |
