gotags

Tag generator for Go source code compatible with ctags format

brewmacoslinux
Try with needOr install directly
Source

About

Tag generator for Go, compatible with ctags

Commands

gotags

Examples

Generate tags for a single Go file$ gotags myfile.go
Generate tags for all Go files in current directory$ gotags *.go
Generate tags and output to a tags file for editor integration$ gotags -R . > tags