Skip to content

ArjenL/taggo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Exuberant Ctags compatible tags generator for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published