Differences From Artifact [f98671241a]:
- File src/0dev.org/commands/plaindiff/main.go — part of check-in [074a26f76b] at 2014-12-14 20:41:38 on branch trunk — Buffer stdout, use os.Args instead of flag (user: spaskalev, size: 3275) [annotate] [blame] [check-ins using]
To Artifact [b2d6e402f0]:
- File src/0dev.org/commands/plaindiff/main.go — part of check-in [c9f3a59cb6] at 2014-12-19 21:54:39 on branch trunk — Implemented commands/pdc using predictor. Made predictor's Compressor(...) return an io.Writer. (user: spaskalev, size: 3277) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | package main import ( diff "0dev.org/diff" "bufio" "fmt" "hash" "hash/fnv" "io" "os" ) |
︙ |