Skip to content

LessThanThreeLabs/go.codereview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds the Go code review tools.

The codereview.py script itself remains in the main Go repository,
at least for now, but to use the script's clpatch command, you need
to install hgpatch, by doing

	go get code.google.com/p/go.codereview/cmd/hgpatch

To submit changes to this repository, see http://golang.org/doc/contribute.html.