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