diff options
| author | Jeff Carr <[email protected]> | 2025-09-06 16:05:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-06 16:05:26 -0500 |
| commit | 3729df67a53750d0a5d67bdd9166737384b06bb8 (patch) | |
| tree | dc84484594780c692d8e59e97eb35f230c4d906c /patchset.http.go | |
| parent | bf031595e359548f0a0d7197140195f1486c168e (diff) | |
patches are starting to workv0.0.128
Diffstat (limited to 'patchset.http.go')
| -rw-r--r-- | patchset.http.go | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
