An open API service indexing awesome lists of open source software.

https://github.com/dlsniper/nilness-post

Examples of code using in the Nilness post
https://github.com/dlsniper/nilness-post

Last synced: over 1 year ago
JSON representation

Examples of code using in the Nilness post

Awesome Lists containing this project

README

          

Examples for the Nilness Analysis GoLand post
===

This repository contains examples from the GoLand post on how the Nilness Analysis works and helps users replicate it.

How to use it?
----

If you have Go < 1.11, then the usual ` go get -u github.com/dlsniper/nilness-post ` should do it.

If you have Go >= 1.11, then you can clone the repository anywhere and enable the Go Modules support in GoLand via ` Settings/Preferences | Go | Go Modules (vgo) `.