Skip to content

shantuo/gddoexp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gddoexp

GoDoc Build Status Coverage Status

gddoexp (Go Doc Dot Org Expired) was created to indicate if a package from GoDoc should be suppressed from search results. Idea was born from issue 320 of gddo project by @garyburd. The following rules are current applied to verify if a package should be suppressed:

  • No other packages reference the analyzed package
  • Package wasn't modified in the last 2 years
  • Package is a fork with a few commits (fast fork)

A fast fork package is a fork created to made some small changes for a pull request. Currently we tolerate up to 2 commits in a period of 1 week after the fork date.

Install

go get -u github.com/rafaeljusto/gddoexp/...

Remember to add your $GOPATH/bin to your $PATH.

Tools

Please check the specific documentation of each tool in the subdirectories.

About

Library to determinate if a Godoc package should be archived

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%