String returns string value of new file log
()
| 157 | |
| 158 | // String returns string value of new file log |
| 159 | func (n *newFile) String() string { |
| 160 | return fmt.Sprintf("addFile:{level:%d,file:%s}", n.level, n.file) |
| 161 | } |
| 162 | |
| 163 | // apply applies new file edit log to version |
| 164 | func (n *newFile) apply(version Version) { |
no outgoing calls