Skip to content

rizalgowandy/library-template-go

Repository files navigation

Go Doc Release Go Report Card Build Status Sourcegraph

logo

Getting Started

// TODO: replace me

Installation

# TODO: replace me
go get -v github.com/rizalgowandy/library-template-go

Quick Start

// TODO: replace me

For more example check here.

Test Double / Stub

Sometimes it's make sense to make an API call without actually calling the API. In order to support that this library has a built-in stub that can be triggered. You can enable stub by injecting certain value to the context data. You can also enforce that certain API call will always return error with specific type and message.

// TODO: replace me

For more example, check here.

Supported API

Version: // TODO: replace me