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
- Host: GitHub
- URL: https://github.com/dlsniper/nilness-post
- Owner: dlsniper
- License: mit
- Created: 2019-06-14T08:41:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T11:40:41.000Z (about 7 years ago)
- Last Synced: 2025-01-25T00:50:02.099Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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) `.