Photo by Eugene Chystiakov on Unsplash

GoLang Packages How-To

Naz

--

Short and sweet tutorial on importing local packages

Create a folder, now inside of it run

go mod init mempool

next

mkdir -p maths/rands

now

touch maths/abs.go maths/rands/fermat.go run.go

you should have this

--

--

Naz

I crave knowledge. Mathematical knowledge and then computer science.