Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compress/lzw: add Reset method to Reader and Writer | Agniva De Sarker | 2021-03-17 | 1 | -0/+54 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
* | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -5/+5 |
* | compress/lzw: use Run for benchmarks | Marcel van Lohuizen | 2016-05-25 | 1 | -30/+25 |
* | build: shorten a few packages with long tests | Russ Cox | 2015-12-29 | 1 | -1/+9 |
* | compress/lzw: reject writing bytes that don't fit into litWidth. | Nigel Tao | 2015-06-18 | 1 | -0/+10 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+144 |