Skip to content

Commit

Permalink
Regenerate using latest webrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Apr 26, 2024
1 parent 995ba89 commit 7f22025
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _examples/golang-basics/client/example.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _examples/golang-basics/example.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _examples/golang-basics/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:generate webrpc-gen -schema=example.ridl -target=../../../gen-golang -pkg=main -server -client -legacyErrors -fixEmptyArrays -out=./example.gen.go
//go:generate webrpc-gen -schema=example.ridl -target=../../../gen-golang -pkg=example -client -legacyErrors -fixEmptyArrays -out=./client/example.gen.go
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion _examples/golang-imports/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f22025

Please sign in to comment.