mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #438] [MERGED] refactor: rename all files to use __ as name seperator #471
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#471
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/438
Author: @Tinyblargon
Created: 7/13/2025
Status: ✅ Merged
Merged: 7/13/2025
Merged by: @Tinyblargon
Base:
master← Head:rename📝 Commits (1)
5d6ccb9refactor: rename all files to use__as name seperator📊 Changes
78 files changed (+0 additions, -0 deletions)
View changed files
📝
proxmox/config__acme__account.go(+0 -0)📝
proxmox/config__acme__plugin.go(+0 -0)📝
proxmox/config__group.go(+0 -0)📝
proxmox/config__group_test.go(+0 -0)📝
proxmox/config__guest.go(+0 -0)📝
proxmox/config__guest_test.go(+0 -0)📝
proxmox/config__hagroup.go(+0 -0)📝
proxmox/config__lxc.go(+0 -0)📝
proxmox/config__lxc__cpu.go(+0 -0)📝
proxmox/config__lxc__cpu_test.go(+0 -0)📝
proxmox/config__lxc__features.go(+0 -0)📝
proxmox/config__lxc__features_test.go(+0 -0)📝
proxmox/config__lxc__mount.go(+0 -0)📝
proxmox/config__lxc__mount_test.go(+0 -0)📝
proxmox/config__lxc__networks.go(+0 -0)📝
proxmox/config__lxc__networks_test.go(+0 -0)📝
proxmox/config__lxc__new.go(+0 -0)📝
proxmox/config__lxc__new_test.go(+0 -0)📝
proxmox/config__metrics.go(+0 -0)📝
proxmox/config__network.go(+0 -0)...and 58 more files
📄 Description
Rename all files to use
__as name separator instead of_, this ensures test files are always next to their code files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.