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
- Host: GitHub
- URL: https://github.com/chinmayb/gotraining
- Owner: chinmayb
- Created: 2017-07-28T06:15:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T18:58:52.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T21:55:26.184Z (almost 2 years ago)
- Topics: golang, training-exercises, tutorial
- Language: Go
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
*