patches are starting to work

This commit is contained in:
Jeff Carr 2025-09-06 16:05:26 -05:00
parent bf031595e3
commit 3729df67a5
1 changed files with 5 additions and 0 deletions

View File

@ -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