vector
A simple package written in Go that helps working with vectors
Usage
Create a vector
a := Vector(1, 1, 1)
Installation
Warning You need Go to be installed
To install vector run following command in your terminal
go get github.com/Antonov-Artem/vector