-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
)
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.
Home | About | Project | Getting Started | Technical Docs | Copyright © 2019-2023 Gerasimos Maropoulos. Documentation terms of use.