Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

readthedocs/godocjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godocjson

Produces JSON-formatted Go documentation.

Installation

Make sure your Go environment is configured correctly, then run:

go get github.com/rtfd/godocjson

Usage

godocjson [-e <pattern>] <directory>

The godocjson scans for Go packages and outputs JSON-formatted documentation to stdout

The options are as follows:

-e   <pattern>   Exclude files that match specified pattern from processing.
                 Example usage:
                    godocjson -e _test.go ./go/sources/folder

Releases

No releases published

Packages

No packages published

Languages