dongpo8702 2016-12-16 00:38
浏览 2
已采纳

无法参考我自己的包裹

I have created an interface as well as a struct, but every time I save my Go file, the compiler is formatting away my import statement and indicating that my struct is undefined.

I'm totally new to Go, so this probably seems obvious to someone. I've read the documentation.

Here's my file structure: enter image description here

How do I properly reference a type I've created?

  • 写回答

1条回答 默认 最新

  • donglvhe7591 2016-12-16 00:52
    关注

    You have to qualify a name when it's coming from another package. Try models.HttpResult in the file on the left.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?