https://github.com/slavamuravey/go-iota
Demonstration how iota works in golang
https://github.com/slavamuravey/go-iota
Last synced: 2 months ago
JSON representation
Demonstration how iota works in golang
- Host: GitHub
- URL: https://github.com/slavamuravey/go-iota
- Owner: slavamuravey
- Created: 2020-02-27T11:30:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T09:10:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T23:20:31.274Z (4 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains tests that describes how iota keyword works in golang.
To run tests you can use following command:
```
go test -v
```