dyweb / weekly

DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)
https://dyweb-weekly.netlify.com/
65 stars 5 forks source link

Weekly-270 #313

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

联合周报第 270 期开始投稿 :tada:

at15 commented 1 year ago

https://go.dev/doc/go1.19

Go 1.19 adds support for links, lists, and clearer headings in doc comments.

// Package cece implements xxx
//
// # Why cecce
//  - foo, see [MyFunc] and [ioutil.ReadFile]
//  - bar
package cece
at15 commented 1 year ago

https://www-cs-faculty.stanford.edu/~knuth/retd.html some books recommended by Knuth

at15 commented 1 year ago

https://github.com/lucas-clemente/quic-go QUIC implementation in pure go