-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7days-golang 有价值的问题讨论汇总贴 #24
Comments
我觉得可以增加一下对这几个项目特点的说明,因为都是相对小型的项目,感觉作为side project可以拿出去面试说,肯定会被问到这些项目相比其他同类项目有什么特点. |
请问这几个项目都是必须看的。有什么依赖关系呢。或者说按什么顺序读可以达到最佳效果。 |
能讲讲docker或者k8s怎么实现 |
有没有小白教程,这些源码直接读,确实看的懂,但是比较耗时。能不能增加当前项目的前置知识,让至少高中生能听懂。 |
如果有横向拓展。比如从其他语言设计转到go的实现思考更佳,或者有设计的迭代版本,改良过程从而带来的启发。 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Q1:类似var _ PeerPicker = (*HTTPPool)(nil)这种设计目的是什么
参考:类似var _ PeerPicker = (*HTTPPool)(nil)这种设计目的是什么
相关讨论贴:blog#73 blog#68
Q2:接口型函数的使用场景:
参考:接口型函数的使用场景
相关讨论贴:blog#64
The text was updated successfully, but these errors were encountered: