package
0.1.8
Repository: https://github.com/nullc4t/og.git
Documentation: pkg.go.dev

# Functions

New returns a basic Service with all the expected middlewares wired in.
NewBasicService returns a naïve, stateless implementation of Service.
No description provided by the author

# Variables

ErrIntOverflow protects the Add method.
ErrMaxSizeExceeded protects the Concat method.
ErrTwoZeroes is an arbitrary business rule for the Add method.

# Interfaces

Service describes a service that adds things together.
No description provided by the author