package main
//go:generate bash -c "protoc --go_out=plugins=grpc:. proto/*.proto"
func main() {
NewNetCard().Run()
}