项目作者: pojntfx

项目描述 :
Simple Go gRPC microservice that does math.
高级语言: Go
项目地址: git://github.com/pojntfx/gomather.git
创建时间: 2019-10-21T22:28:11Z
项目社区:https://github.com/pojntfx/gomather

开源协议:GNU Affero General Public License v3.0

下载


gomather

Simple Go gRPC microservice that does math.

pipeline status

Overview

gomather is an example gRPC microservice written in Go. It does math operations.

Installation

Prebuilt Binaries

Prebuilt binaries are available on the releases page.

Go Package

A Go package is available.

Docker Image

A Docker image is available on Docker Hub.

Helm Chart

A Helm chart is available in @pojntfx’s Helm chart repository.

Usage

  1. % gomather
  2. Simple Go gRPC microservice that does math.
  3. Usage:
  4. gomather [command]
  5. Available Commands:
  6. help Help about any command
  7. start Starts the server
  8. Flags:
  9. -h, --help help for gomather
  10. --version version for gomather
  11. Use "gomather [command] --help" for more information about a command.

License

gomather (c) 2020 Felicitas Pojtinger

SPDX-License-Identifier: AGPL-3.0