Magefile initial conversion

This commit is contained in:
Merith 2025-06-22 12:44:17 -07:00
parent 118e2f12c6
commit 1ae4d1686b
3 changed files with 61 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module DigitalStorageTweaks
go 1.24.3
require github.com/magefile/mage v1.15.0