mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
install gen-doc (go 1.18 disables go get installs) (#1364)
This commit is contained in:
parent
5110fea008
commit
c3a85c869a
@ -15,6 +15,7 @@ protoc_gen_gocosmos() {
|
||||
|
||||
protoc_gen_doc() {
|
||||
go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc 2>/dev/null
|
||||
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
|
||||
}
|
||||
|
||||
cp go.mod go.mod.bak
|
||||
|
Loading…
Reference in New Issue
Block a user