I'm a fresh man of golang and here is my problem:
[FunctionA FunctionB]
somefile.go
.What is the best way to achieve this?
In one word: How can I verify some functions are used in other source files in golang?
[Update]
Yes, it's something like grep -rl "funcName" files
, but how can I omit comments in this case?