gofmt -s -w .

This commit is contained in:
astaxie
2016-08-17 22:49:30 +08:00
parent bed1d9bd27
commit 68311b286e
6 changed files with 11 additions and 13 deletions

View File

@@ -25,4 +25,4 @@ type ansiColorWriter struct {
func (cw *ansiColorWriter) Write(p []byte) (int, error) {
return cw.w.Write(p)
}
}