mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 16:14:09 +00:00
8 lines
74 B
Go
8 lines
74 B
Go
|
package main
|
||
|
|
||
|
import "apc-p15-tool/pkg/app"
|
||
|
|
||
|
func main() {
|
||
|
app.Start()
|
||
|
}
|