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
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