|
cloc --include-ext=go $(for name in *; do ( [[ -d "$name/pkg" ]] && echo "$name/pkg" ); done)
1149 text files.
1135 unique files.
45 files ignored.
github.com/AlDanial/cloc v 2.06 T=1.53 s (733.4 files/s, 181860.3 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Go 1121 36739 31318 209921
-------------------------------------------------------------------------------
SUM: 1121 36739 31318 209921
-------------------------------------------------------------------------------
最近 9 个月的全栈项目,还只算 Go ,不算 JS 、Python 。目前日活已经大几千了。
而且都不是一次性的无法维护代码。从最开始的单项目一坨,到现在拆成了四五个微服务、全面测试的基础库,再做一倍功能都不是问题。
没有 AI 我想象不到我能一个人完成这么大的项目。 |