Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 611 Bytes

taggo - Generate Exuberant Ctags-compatible tags for Go source

This is my tagfile generator. There are many others like it, but this one is mine...

This generator outputs tags for the following Go declarations:

  • Toplevel variables
  • Constants
  • Functions and methods
  • Types and interfaces

Usage

$ taggo [-recurse] file.go

When the -recurse option is given, any subdirectories given on the command-line are recursively searched for Go source files (.go extension).

The generated tags are printed to the standard output.