Categorygithub.com/aaronland/go-londonintegers-api
modulepackage
0.1.1
Repository: https://github.com/aaronland/go-londonintegers-api.git
Documentation: pkg.go.dev

# README

go-londonintegers-api

Go package for the London Integers API.

Install

You will need to have both Go and the make programs installed on your computer. Assuming you do just type:

make bin

All of this package's dependencies are bundled with the code in the vendor directory.

Usage

Simple

package main

import (
	"fmt"
	"github.com/aaronland/go-londonintegers-api"
)

func main() {

	client := api.NewAPIClient()
	i, _ := client.NextInt()

	fmt.Println(i)
}

Tools

int

Mint one or more London Integers.

$> ./bin/int -h
Usage of ./bin/int:
  -count int
    	The number of London Integers to mint (default 1)

See also

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author