2条回答 默认 最新
- doubei2340 2018-12-30 07:39关注
Go doesn't have relative imports. You just can't have that.
Your main application Go file must be at the topmost location in your project repository.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用
Go doesn't have relative imports. You just can't have that.
Your main application Go file must be at the topmost location in your project repository.