From 3729df67a53750d0a5d67bdd9166737384b06bb8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Sep 2025 16:05:26 -0500 Subject: [PATCH] patches are starting to work --- patchset.http.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patchset.http.go b/patchset.http.go index 34a9e10..63b73b1 100644 --- a/patchset.http.go +++ b/patchset.http.go @@ -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