timer-proto

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2021 License: Apache-2.0

README

proto

Install grpc

go get -u google.golang.org/grpc

get_latest_release() {
  curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api
    grep '"tag_name":' |                                            # Get tag line
    sed -E 's/.*"([^"]+)".*/\1/'                                    # Pluck JSON value
}

latest=`get_latest_release "protocolbuffers/protobuf"`
package="protobuf-all-$latest.tar.gz"
curl -L "https://github.com/protocolbuffers/protobuf/releases/download/$latest/$package" -o $package

Directories

Path Synopsis
Package callback is a reverse proxy.
Package callback is a reverse proxy.
Package worker is a reverse proxy.
Package worker is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL