app: restructure and start building p15 output

This commit is contained in:
Greg T. Wallace 2024-01-25 20:16:37 -05:00
parent 6610c92058
commit e2e4f2037c
24 changed files with 622 additions and 168 deletions

7
cmd/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "apc-p15-tool/pkg/app"
func main() {
app.Start()
}