CSI-ES-2324/Projs/PD2/cmd/gateway/gateway.go

9 lines
83 B
Go

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