Go is telling you what is wrong in that message.
You have a file `C:\Users\Gini Joseph\GoWorkspace\pkg\mod\github.com
\stretchr\testify@v1.3.0\mock\mock_test.go` which does not have the
expected "package" line at the top of the file, because the file is empty
(EOF = end of file).
So, as a first s
When i am running the unit test which was working before stopped working
and i am getting the following error
# github.com/emisgroup/auth/lambda/user_service/add_role
package github.com/emisgroup/auth/lambda/user_service/add_role (test)
imports github.com/emisgroup/auth/library/datastore/dat