icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit a422e6afe37279c7d99291ae910e3c39f95d715b
parent a97290cd6ec8a7cc70cbe7aaa640f87c4a186ea4
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Thu,  6 May 2021 14:55:28 +0800

feat: gui app skeleton

Diffstat:
Acmd/app/main.go | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/cmd/app/main.go b/cmd/app/main.go @@ -0,0 +1,6 @@ +// App implements a GUI for the icns utility. +package main + +func main() { + +}