Skip to content

Installation

Gerasimos (Makis) Maropoulos edited this page Dec 10, 2019 · 5 revisions

Neffos is a cross-platform package.

The only requirement is the Go Programming Language, version 1.12 and above.

$ go get github.com/kataras/[email protected]

Or inside your go.mod file:

module your_project_name

go 1.13

require (
    github.com/kataras/neffos v0.0.12
)

How to update

Here is the go-get command to get the latest and greatest neffos version. Master branch is usually stable enough.

$ go get github.com/kataras/neffos@master

Continue by reading our Getting Started tutorial.