[PR #438] [MERGED] refactor: rename all files to use __ as name seperator #471

Closed
opened 2026-02-28 00:42:19 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rename


📝 Commits (1)

  • 5d6ccb9 refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/438 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `rename` --- ### 📝 Commits (1) - [`5d6ccb9`](https://github.com/Telmate/proxmox-api-go/commit/5d6ccb9a50525c4a2449ad80900a860469e2c3db) refactor: rename all files to use `__` as name seperator ### 📊 Changes **78 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Rename all files to use `__` as name separator instead of `_`, this ensures test files are always next to their code files. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#471
No description provided.