Skip to content

godoctor/www

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
			    GOREFACTOR.ORG WEB SITE
		(including online documentation and online demo)

1. go install github.com/godoctor/godoctor
	Make sure the latest version of the Go Doctor is installed before
	generating the man page below.

2. Update the version number in the ABOUT variable in app.go

   The version number is stored in app.go as well as in Go Doctor's main.go.

3. cd generated && make && cd ..
	The Makefile will use the godoctor command to generate the man page and
	Vim plugin documentation and convert it to HTML (using groff and vim,
	respectively)

4. goapp serve
	Run the local (development) App Engine server
	Browse to http://localhost:8080/ to view