Skip to content

raiqub/web

Repository files navigation

web

raiqub/web is a library for the Go Programming Language. It provides a toolset to help HTTP server implementation.

Status

Build Status Coverage Status GoDoc

Installation

To install raiqub/web library run the following command:

go get gopkg.in/raiqub/web.v0

To import this package, add the following line to your code:

import "gopkg.in/raiqub/web.v0"

Examples

Examples can be found on library documentation.

Running tests

The tests can be run via the provided Makefile:

make test

License

raiqub/web is made available under the Apache Version 2.0 License.