Initial commit: PrintCleaner tool with GUI, Admin check, and custom icon

This commit is contained in:
2025-12-22 12:51:09 +01:00
commit 157828f49d
9 changed files with 419 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module printcleaner
go 1.24.0
toolchain go1.24.11
require (
github.com/akavel/rsrc v0.10.2 // indirect
golang.org/x/sys v0.39.0 // indirect
)