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

https://github.com/chinmayb/gotraining

Training exercise
https://github.com/chinmayb/gotraining

golang training-exercises tutorial

Last synced: 3 months ago
JSON representation

Training exercise

Awesome Lists containing this project

README

          

# gotraining
Training exercise

This contains trainingApp which calls other packages

#TODO

* write me a lib to matrices
* create, takes dimension,
slice of slices. slices of ints
* add , takes two matrices, return matrices and bool
* multiply

Read about :
* effective go
* lang spec
*