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