diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 22:48:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 12:24:42 -0600 |
| commit | 667257595d689469359a421bb89998520a435760 (patch) | |
| tree | e5bf798c7d1632030830483a73f66d40ef9b3a3f /patchset.Get.go | |
| parent | 76a0347fdfcd7bdc29587ed209e8ba07e5fba2ed (diff) | |
add submit patchset
Diffstat (limited to 'patchset.Get.go')
| -rw-r--r-- | patchset.Get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.Get.go b/patchset.Get.go index 0ffccb1..963618c 100644 --- a/patchset.Get.go +++ b/patchset.Get.go @@ -15,7 +15,7 @@ import ( var forgeURL string = "https://go.wit.com/" func (f *Forge) GetPatchesets() (*Patchsets, error) { - url := forgeURL + "/GetPatchsets" + url := forgeURL + "GetPatchsets" log.Info("GetPatchsets() url", url) body, err := f.HttpPost(url, nil) if err != nil { |
