Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 68142c3

Browse files
committed
Initial commit
0 parents  commit 68142c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+14429
-0
lines changed

README.markdown

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
This project is the source for http://godoc.org/
2+
3+
The code in this project is designed to be used by godoc.org. Send mail to
4+
info@godoc.org if you want to discuss other uses of the code.
5+
6+
Feedback
7+
--------
8+
9+
Send ideas and questions to info@godoc.org. Request features and report bugs
10+
using the [Github Issue
11+
Tracker](https://github.com/garyburd/gopkgdoc/issues/new).
12+
13+
14+
Contributing
15+
------------
16+
17+
Contributions are welcome.
18+
19+
Before writing code, send mail to info@godoc.org to discuss what you plan to
20+
do. This gives the project manager a chance to validate the design, avoid
21+
duplication of effort and ensure that the changes fit the goals of the project.
22+
Do not start the discussion with a pull request.
23+
24+
Development Environment Setup
25+
-----------------------------
26+
27+
- Install and run [Redis 2.6.x](http://redis.io/download). The redis.conf file included in the Redis distribution is suitable for development.
28+
- Install Go from source and update to tip.
29+
- Install and run the server:
30+
31+
go get github.com/garyburd/gopkgdoc/gddo-server
32+
gddo-server
33+
34+
License
35+
-------
36+
37+
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

0 commit comments

Comments
 (0)