内容简介:We’re excited to announce that the codebase forThe repository lives atIf you are interested in contributing to any
We’re excited to announce that the codebase for pkg.go.dev is now open source.
The repository lives at go.googlesource.com/pkgsite and is mirrored to github.com/golang/pkgsite . We will continue using the Go issue tracker to track feedback related to pkg.go.dev.
Contributing
If you are interested in contributing to any issues related to pkg.go.dev , check out our contribution guidelines . We also encourage you to continuefiling issues if you run into problems or have feedback.
What’s Next
We really appreciate all the feedback we’ve received so far. It has been a big help in shaping our roadmap for the coming year. Now that pkg.go.dev is open source, here’s what we’ll be working on next:
-
We have some design changes planned for pkg.go.dev, to address UX feedback that we have received. You can expect a more cohesive search and navigation experience. We plan to share these designs for feedback once they are ready.
-
We know that there are features available on godoc.org that users want to see on pkg.go.dev. We’ve been keeping track of them onGo issue #39144, and will prioritize adding them in the next few months. We also plan to continue improving our license detection algorithm based on feedback.
-
We’ll be improving our search experience based on feedback inGo issue #37810, to make it easier for users to find the dependencies they are looking for and make better decisions around which ones to import.
Thanks for being patient with us in the process of open sourcing pkg.go.dev. We’re looking forward to receiving your contributions and working with you on the future of the project.
以上所述就是小编给大家介绍的《Pkg.go.dev is open source!》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
并行算法的设计与分析
陈国良 / 2009-8 / 66.00元
第3版在修订版的基础上进行了大幅度的修订,新增加3章、重写3章,改写8章。《普通高等教育十一五国家级规划教材·并行算法的设计与分析(第3版)》系统深入地讨论了计算机领域中诸多计算问题的并行算法的设计和分析方法。在着重介绍各种并行计算模型上的常用和典型的并行算法的同时,也力图反映本学科的最新成就、学科前沿和发展趋势。 全书共分二十章,包括基础篇4章(绪论、设计技术、前缀计算、排序和选择网络),......一起来看看 《并行算法的设计与分析》 这本书的介绍吧!