9 lines
83 B
Go
9 lines
83 B
Go
package main
|
|
|
|
import (
|
|
"PD2/internal/gateway"
|
|
)
|
|
|
|
func main(){
|
|
gateway.Run()
|
|
}
|