test
This commit is contained in:
parent
6de6e8001f
commit
12816a532c
3 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ package pve
|
|||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
//"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
|
@ -43,6 +43,6 @@ func (b httpbody) Reader() io.Reader {
|
|||
data.Set(k, v)
|
||||
}
|
||||
enc := data.Encode()
|
||||
fmt.Println("--- encoded:", enc)
|
||||
//fmt.Println("--- encoded:", enc)
|
||||
return strings.NewReader(enc)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue