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

https://github.com/krishpranav/gomatrix

A fast matrix written in go inspired by cmatrix
https://github.com/krishpranav/gomatrix

cmatrix cmd go golang matrix

Last synced: over 1 year ago
JSON representation

A fast matrix written in go inspired by cmatrix

Awesome Lists containing this project

README

          

# gomatrix
A fast matrix written in go inspired by cmatrix

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/gomatrix
cd gomatrix
go get -u github.com/nsf/termbox-go
go build gomatrix.go
./gomatrix
```