diff --git a/cmd/app/main.go b/cmd/app/main.go new file mode 100644 index 0000000..29ddc1a --- /dev/null +++ b/cmd/app/main.go @@ -0,0 +1,6 @@ +// App implements a GUI for the icns utility. +package main + +func main() { + +}