mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 13:21:50 +01:00
9 lines
247 B
Bash
Executable File
9 lines
247 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install gopherjs-gRPC plugin by Johan Brandhorst
|
|
|
|
# go and protoc have to be installed already
|
|
# $GOPATH/bin has to be in path
|
|
|
|
go get -u github.com/gopherjs/gopherjs
|
|
go get -u github.com/johanbrandhorst/protobuf/protoc-gen-gopherjs |