Skip to content

AlekSi/gddo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is the source for http://godoc.org/

The code in this project is designed to be used by godoc.org. Send mail to info@godoc.org if you want to discuss other uses of the code.

Feedback

Send ideas and questions to info@godoc.org. Request features and report bugs using the Github Issue Tracker.

Contributing

Contributions are welcome.

Before writing code, send mail to info@godoc.org to discuss what you plan to do. This gives the project manager a chance to validate the design, avoid duplication of effort and ensure that the changes fit the goals of the project. Do not start the discussion with a pull request.

Development Environment Setup

  • Install and run Redis 2.6.x. The redis.conf file included in the Redis distribution is suitable for development.

  • Install Go from source and update to tip.

  • Install and run the server:

      go get github.com/garyburd/gopkgdoc/gddo-server
      gddo-server
    

License

Apache License, Version 2.0.

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • JavaScript 1.9%