mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #289] [MERGED] Implement stringer interface for UserID #371
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#371
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/Telmate/proxmox-api-go/pull/289
Author: @Tinyblargon
Created: 12/18/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @mleone87
Base:
master← Head:stringer📝 Commits (2)
dae9584feat: addString()fuction forUserIDf5bd53cdeprecateUserID.ToString()📊 Changes
6 files changed (+33 additions, -28 deletions)
View changed files
📝
main.go(+3 -3)📝
proxmox/client.go(+1 -1)📝
proxmox/config_group.go(+3 -3)📝
proxmox/config_user.go(+19 -14)📝
proxmox/config_user_test.go(+2 -2)📝
test/cli/Users/user_sub_tests/user_sub_tests.go(+5 -5)📄 Description
String()toUserIDimplementing the stringer interface https://go.dev/tour/methods/17ToString()as deprecated.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.