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

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

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
```