fibonacci

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2018 License: MPL-2.0 Imports: 1 Imported by: 0

README

Fibonacci

A Fibonacci sequence generator.

Travis Codecov Go Report Card Release GitHub (pre-)release


Fibonacci is a simple RESTful service that generates a sequence of Fibonacci numbers. For example:

$ curl fibonacci.local/v1/sequence/5
{"sequence":["0","1","1","2","3"]}

For more information see the documentation.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cache
Package cache provides a library for abstracting the caching layer.
Package cache provides a library for abstracting the caching layer.
generated/server/restapi
Package restapi Fibonacci Schemes: http Host: fibonacci.local BasePath: /v1 Version: 1.0.0 License: MPL 2.0 Consumes: - application/json Produces: - application/json swagger:meta
Package restapi Fibonacci Schemes: http Host: fibonacci.local BasePath: /v1 Version: 1.0.0 License: MPL 2.0 Consumes: - application/json Produces: - application/json swagger:meta
ui
Package ui provides the user interface.
Package ui provides the user interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL