The purpose of this task is to figure out how to use basic tooling of the Golang as well as check your IDE setup.
Task:
- Initialize project with Go modules
- Add dependency "github.com/kyokomi/emoji" to add emojy into the string
- Using Sprint function from this package build a message "Hello 🗺️!"
To run tests for run cmd "go test -v ." Tasks considered as completed in case test is not failed