mirror of
https://github.com/logos-messaging/go-waku-rendezvous.git
synced 2026-01-07 07:33:10 +00:00
6 lines
249 B
Bash
Executable File
6 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# rendezvous.proto
|
|
protoc --gofast_out=. --proto_path=$(go list -f '{{ .Dir }}' -m github.com/libp2p/go-libp2p-core) --proto_path=. rendezvous.proto
|
|
sed -i "s/record\/pb/github.com\/libp2p\/go-libp2p-core\/record\/pb/" rendezvous.pb.go
|