1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Fix gRPC-Web test!

This commit is contained in:
Johan Brandhorst
2018-05-28 22:29:22 +01:00
parent d8c7440fdb
commit 8e0ab9aedb
9 changed files with 471 additions and 180 deletions

View File

@@ -1,7 +1,7 @@
generate:
protoc -I. ./proto/web.proto \
--go_out=plugins=grpc:$$GOPATH/src
go generate ./frontend/
go generate -x ./frontend/
serve:
go run main.go