Sls offline GET /users (λ: getUsers) ✖ ENOENT: no such file or directory, open '~/reponame.go'

While using serverless offline for Golang.
On sending any request from Postman
GET /users (λ: getUsers)
:heavy_multiplication_x: ENOENT: no such file or directory, open ‘~/Reponame.go’
However the same works fine while using sls offline --useDocker
But it’s slow since Go-Lang isn’t supported on ARM64 architecture