package main_test
import "."
编译不通过的,找不到包,package改成main,就可以引入App了
环境:goland+go1.13 启用了go mod
有解决方法了么???