Skip to content

Library to determinate if a Godoc package should be archived

License

Notifications You must be signed in to change notification settings

shantuo/gddoexp

This branch is 2 commits ahead of rafaeljusto/gddoexp:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 13, 2016
Sep 26, 2015
Oct 28, 2015
Sep 26, 2015
Oct 28, 2015
Oct 28, 2015
Oct 20, 2015
Oct 1, 2015
Jun 13, 2016
Jun 15, 2016
Jun 15, 2016

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

No packages published

Languages

  • Go 100.0%