Skip to content

Commit

Permalink
Update add xrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Jun 29, 2023
1 parent cacef66 commit 6262b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@lat
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
```

Install googleapis proto
Install google proto

```
mkdir `go env GOPATH`/src/google
Expand All @@ -46,7 +46,7 @@ cp -R protobuf-main/src/google/protobuf `go env GOPATH`/src/google

Goland settings: Settings > Languages & Frameworks > Protocol Buffers

Add Import Paths: \`go env GOPATH\`/src
Add Import Paths: `$GOPATH`/src

## Best Practices

Expand Down

0 comments on commit 6262b6a

Please sign in to comment.