Overview
Comment: | Added fibonacci.Writer(io.Writer) io.Writer that encodes bytes. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
93fcb281a19a20c41ebdc26a5db69421 |
User & Date: | spaskalev on 2015-01-01 04:58:51 |
Other Links: | manifest | tags |
Context
2015-01-01
| ||
05:30 | Added a proper test for fibonacci.Writer that writes 0-255, converts the resulting bits to a string and compares against the result of Numbers.Code for each value. check-in: c7c8d6445f user: spaskalev tags: trunk | |
04:58 | Added fibonacci.Writer(io.Writer) io.Writer that encodes bytes. check-in: 93fcb281a1 user: spaskalev tags: trunk | |
2014-12-30
| ||
22:59 | Dropped the Nth method and return a populated slice by fibonacci.New(size). Changed all access to direct indexing. CC at 100% check-in: ffb139e305 user: spaskalev tags: trunk | |
Changes
Modified src/0dev.org/encoding/fibonacci/fib.go from [5db8094e9b] to [fe204fcaf6]. [diff]
Modified src/0dev.org/encoding/fibonacci/fib_test.go from [ecd601a44e] to [76f99cbcd6]. [diff]