mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-06-08 12:56:52 +00:00
app: restructure and start building p15 output
This commit is contained in:
parent
6610c92058
commit
e2e4f2037c
24 changed files with 622 additions and 168 deletions
cmd
7
cmd/main.go
Normal file
7
cmd/main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "apc-p15-tool/pkg/app"
|
||||
|
||||
func main() {
|
||||
app.Start()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue