mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 17:35:48 +03:00
[PR #80] [MERGED] Fix warnings raised by Goland #130
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#130
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?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/80
Author: @jqueuniet
Created: 8/24/2023
Status: ✅ Merged
Merged: 8/24/2023
Merged by: @luthermonson
Base:
main← Head:fix_goland_warnings📝 Commits (1)
21cd54eFix a few warnings raised by Goland📊 Changes
12 files changed (+37 additions, -30 deletions)
View changed files
📝
logger.go(+4 -4)📝
mage/install/install.go(+2 -2)📝
mage/test/test.go(+4 -4)📝
proxmox.go(+7 -7)📝
storage.go(+4 -1)📝
tasks.go(+5 -2)📝
tasks_test.go(+1 -1)📝
tests/integration/tasks_test.go(+1 -1)📝
tests/integration/virtual_machines_test.go(+1 -1)📝
types.go(+5 -4)📝
virtual_machine.go(+2 -2)📝
virtual_machine_config.go(+1 -1)📄 Description
This PR aims to solve part of the warnings raised by the Goland IDE. Leaving aside a few potentially more controversial ones (like unused unexported functions or deferring without handling errors).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.