Skip to content

Commit

Permalink
Update to latest Go and TS gens with schema support (#200)
Browse files Browse the repository at this point in the history
Update to latest Go and TS gens with schema errors support
  • Loading branch information
VojtechVitek committed Mar 15, 2023
1 parent 1e5d18b commit bf6dd73
Show file tree
Hide file tree
Showing 12 changed files with 672 additions and 1,504 deletions.
2 changes: 1 addition & 1 deletion _examples/golang-basics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dev-generate:
../../bin/webrpc-gen -schema=example.ridl -target=golang -pkg=main -server -client -out=./example.gen.go

dev-generate-local-templates:
../../bin/webrpc-gen -schema=example.ridl -target=github.com/webrpc/gen-golang@tags/errors -pkg=main -server -client -out=./example.gen.go
../../bin/webrpc-gen -schema=example.ridl -target=golang -pkg=main -server -client -out=./example.gen.go
Loading

0 comments on commit bf6dd73

Please sign in to comment.