mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[GH-ISSUE #109] type Tasks []*Tasks #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @githab27 on GitHub (Jan 7, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/109
Hi,
thanks a lot for this great interface to proxmox!
I think that line 576 of Types.go shoud not read
type Tasks []*Tasks
but
type Tasks []*Task
best regards
Andy
@luthermonson commented on GitHub (Jan 9, 2024):
open a PR to fix it!