Differences From Artifact [b672c1daee]:
- File src/0dev.org/commands/mtf/main.go — part of check-in [e72b637df4] at 2014-12-26 16:02:18 on branch trunk — Initial implementation of commands/mtf (based on commands/pdc) (user: spaskalev, size: 1308) [annotate] [blame] [check-ins using]
To Artifact [8212c2eba2]:
- File src/0dev.org/commands/mtf/main.go — part of check-in [cb736e7ad3] at 2015-01-01 15:19:21 on branch trunk — [fibonacci] renamed Writer->Encoder, Reader->Decoder. [mtf] moved package mtf to encoding\mtf (user: spaskalev, size: 1317) [annotate] [blame] [check-ins using]
1 2 3 4 | package main import ( iou "0dev.org/ioutil" | > < | 1 2 3 4 5 6 7 8 9 10 11 12 |
package main
import (
mtf "0dev.org/encoding/mtf"
iou "0dev.org/ioutil"
"fmt"
"io"
"os"
)
func main() {
var code int
|
| ︙ | ︙ |