You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Gazelle to generate the `BUILD.bazel` files for this project. Simply do:
3
+
We use Gazelle to generate the `BUILD.bazel` files for this project. You'll notice for the `gazelle/` example, there are no `BUILD.bazel` files in there so simply do the following to create them:
4
+
```bash
5
+
bazel run //:gazelle
4
6
```
5
-
# generates the BUILD files
6
-
bazel run gazelle
7
-
# executes the binary
8
-
bazel run //go/gazelle
7
+
8
+
## grpc
9
+
10
+
For the `grpc` examples, you'll need two terminals open. One to run the server:
0 commit comments