Categorygithub.com/exactlylabs/go-rest
module
0.0.6
Repository: https://github.com/exactlylabs/go-rest.git
Documentation: pkg.go.dev

# README

GO REST - REST API Framework in Go

Go version

Go REST is a REST API Framework written in Golang to help build Exactly Labs' solutions

Usage

To use in your project, you need to add this module by calling:

go get github.com/exactlylabs.com/go-rest

Then, inside your application, import it:


import "github.com/exactlylabs.com/go-rest"

Examples

We currently don't have any documentation, but there's an examples directory that can help you understand how to use it.

The examples follow a numeric order, that increases the complexity as you go on

# Packages

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