ppforge/cmd/ppf/main.go

10 lines
98 B
Go

package main
import (
"gitea.mmo.to/ProtocolPacketForger/ppf"
)
func main() {
ppf.Appmain()
}