Reuse local packages

I am relatively new to Go, but I went through almost all Go tutorials by now.
I need some help to figure out what I am doing wrong.
The subject of my issue is - to reuse a local target package in different local applications/packages, without putting the target package under the main calling package folder.

The purpose is to first play with the package using it in different apps, before pushing it to a module in Git repository.

I have the very simple code and details in Git:

I truly appreciate any clues/directions.

Sincerely,

Michael Bugaevski
​mikejm618@gmail.com

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.