first golang package


I created my first golang package (library - not an executable). My code which i ripped off the internet can be found here.

https://github.com/appcoreopc/gomath

Then i do a "go get github.com/appcoreopc/gomath" - (without the https) and it gets build and move to a folder called package in Golang environment.

You can try to rebuild it by trying "go install".


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm