This topic created in 4209 days ago, the information mentioned may be changed or developed.
今天想看一下整个 docker 项目的规模,但是发现 sloccount 不支持 go
2 replies • 2014-12-09 11:25:09 +08:00
 |
|
2
c4pt0r Dec 9, 2014
如果只是粗略的看的话....
find ./ -name '*.go' | xargs cat | wc -l
|