ch6: fix code format

This commit is contained in:
chai2010
2016-01-21 10:08:07 +08:00
parent 20a8cf71b9
commit 2420954025
7 changed files with 90 additions and 88 deletions

View File

@@ -63,9 +63,9 @@ func (c *Counter) Reset() { c.n = 0 }
```go
package log
type Logger struct {
flags int
prefix string
// ...
flags int
prefix string
// ...
}
func (l *Logger) Flags() int
func (l *Logger) SetFlags(flag int)