diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 07:59:30 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 07:59:30 -0600 | 
| commit | 3249c65169408e51d8a4b147295014f6a69d9037 (patch) | |
| tree | 523f23aa8eac88aa4789fe761ca6f177b67af541 | |
| parent | 14ee66fe6ac3fc995ee04b4628d2a1bf874d73e1 (diff) | |
| -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))  | 
