CSI-ES-2324/Projs/PD2/cmd/gateway/gateway.go
afonso 49a29e43a7
[PD2] Server done?
Co-authored-by: tsousa111 <tiagao2001@hotmail.com>
2024-05-28 20:13:33 +01:00

9 lines
83 B
Go

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