开发者

Go Uber静态分析工具

0
  • Go Uber静态分析工具NilAway使用初体验

    目录Uber 开源的静态分析工具 NilAwayNilAway关键特性安装独立检查器案例一 NilAway如何帮助防止nil panic案例二 NilAway还能够捕获跨函数的nil流总结Uber 开源的静态分析工具 NilAway[详细]

    2024-01-13 10:20 分类:开发
  • Forking with a listening socket

    I\'d like to make sure about the correctness of the way I try to use accept() on a socket. I know that in Linux it\'s safe to listen() on a socket, fork() N children and then recv() the packets in al[详细]

    2022-12-28 17:48 分类:问答