/matmultgo

O objetivo deste repositório é testar a organização em módulos de código em Go.

Primary LanguageGo

matmultgo

Matrix Multiplication in Go.

Goal

I created this repository to try out modules as a way of organizing Go code. I was used to use the GOPATH environment variable, but the methodolody in newer versions of Go has changed. Therefore, I am creating a toy project to test module creation.

References

The discussion in this StackOverflow's post explains what I am testing in this repository.