The examples given in the readme file are pretty sparse on how you can run the gotags command over a directory structure without to provide an input file with the go files list to obtain the ctags file. Please give an example how you can do it with a single command to obtain all the files in a project and construct the ctags structure for them.
The examples given in the readme file are pretty sparse on how you can run the
gotagscommand over a directory structure without to provide an input file with the go files list to obtain the ctags file. Please give an example how you can do it with a single command to obtain all the files in a project and construct the ctags structure for them.