Skip to content

fix: rename aux.go files (AUX is reserved on Windows) - #29

Merged
beetlebugorg merged 1 commit into
mainfrom
fix/rename-aux-reserved-windows
Jun 26, 2026
Merged

fix: rename aux.go files (AUX is reserved on Windows)#29
beetlebugorg merged 1 commit into
mainfrom
fix/rename-aux-reserved-windows

Conversation

@beetlebugorg

Copy link
Copy Markdown
Owner

AUX is a reserved device name on Windows regardless of file extension, so aux.go cannot exist on a Windows checkout — git clone fails partway through. Rename both aux.go files to auxfiles.go; Go is indifferent to source filenames so package contents are unchanged.

AUX is a reserved device name on Windows regardless of file extension,
so `aux.go` cannot exist on a Windows checkout — git clone fails partway
through. Rename both aux.go files to auxfiles.go; Go is indifferent to
source filenames so package contents are unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@beetlebugorg
beetlebugorg merged commit b857019 into main Jun 26, 2026
4 checks passed
@beetlebugorg
beetlebugorg deleted the fix/rename-aux-reserved-windows branch June 26, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant