eb deploy递归错误-创建应用程序版本档案

I have a golang project, I am trying to deploy to ElasticBeanstalk with

eb deploy e-xyz

I am getting this error

Creating application version archive "app-eda1-181109_200118". ERROR: RecursionError - ('/home/oleg/WebstormProjects/huru/api/src/github.com/karrick/godirwalk/testdata', 'src/github.com/karrick/godirwalk/testdata', 'src/github.com/karrick/godirwalk/testdata/symlinks/dir-symlink')

I looks like there are some symlinks in my src dir...I have a structure like:

$GOPATH/
  bin
  pkg
  src/
    myapp/
    github/

etc.

and I am running the eb command from the root