Newbie issues on golang and Error on running make error

Hello guys!! I’m Shaman SR it’s been a while since I joined the community. I tried setting up the project in wsl following this
All the commands ran successfully. I know basics of golang, docker and kubernetes and was wondering are there any good first issues on golang to which I can contribute to?. I saw in the issues tab for good first issues on gloang but couldn’t find any so I thought I would ask here.

Also found this output on running make error . Is it supposed to behave the same?

.

Yes @Shaman_SR, it is expected to show this output as it explicitly validates with the help of the following make command. This checks and validates the errors that are present in the particular project.

Also are there any newbie issues on golang which I can solve?