Re: [go-nuts] Go Need help _ suddenly all teh unit test in Go Stopped working

2019-03-25 Thread Marcin Romaszewicz
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

[go-nuts] Go Need help _ suddenly all teh unit test in Go Stopped working

2019-03-25 Thread Merry
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