Skip to content

giancosta86/caravel

Repository files navigation

Caravel

Utility library for Go

Introduction

Caravel is a general-purpose utility library for the Go programming language; it encompasses several aspects - from file system to networking, including zip archives and user settings.

Installation

The installation requires, as usual, go get:

go get github.com/giancosta86/caravel

Requirements

Caravel is for Go 1.5 and compatible versions.

Usage

First of all, import the library package into a source file:

import "github.com/giancosta86/caravel"

From now on, you can use the functions available in the caravel package.

Reference

The full GoDoc reference is available at this page.

About

Utility library for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages