package main import ( "PD2/internal/gateway" ) func main(){ gateway.Run() }