patches are starting to work
This commit is contained in:
parent
bf031595e3
commit
3729df67a5
|
@ -81,6 +81,11 @@ func (p *Patchset) HttpPost(baseURL string, route string) (*Patchset, error) {
|
|||
return newpb, err
|
||||
}
|
||||
|
||||
func (p *Patchsets) HttpPostVerbose(baseURL string, route string) (*Patchsets, error) {
|
||||
p.PrintTable()
|
||||
return p.HttpPost(baseURL, route)
|
||||
}
|
||||
|
||||
func (p *Patchsets) HttpPost(baseURL string, route string) (*Patchsets, error) {
|
||||
// if you ever have "http://www.wit.com//" GO will regect the server recieving it.
|
||||
// Even though the linux kernel gets the network payload
|
||||
|
|
Loading…
Reference in New Issue