Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

pojntfx/gomather

Repository files navigation

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

% gomather
Simple Go gRPC microservice that does math.

Usage:
  gomather [command]

Available Commands:
  help        Help about any command
  start       Starts the server

Flags:
  -h, --help      help for gomather
      --version   version for gomather

Use "gomather [command] --help" for more information about a command.

License

gomather (c) 2020 Felicitas Pojtinger

SPDX-License-Identifier: AGPL-3.0