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

9 lines
81 B
Go

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