| Commit message (Collapse) | Author | Age | Files | |
|---|---|---|---|---|
| * | Drop gohtml dependency (#70) | Abhinav Gupta | 2023-01-23 | 1 |
| | | | | | | | This dependency is used to format and compare HTML. An additional dependency isn't needed; we can use the existing (previously transitive) x/net package to reformat and compare the HTML. | |||
| * | Fix lint error issues (#65) | Sung Yoon Whang | 2022-12-19 | 1 |
| | | | | | | | Since upgrading to Go 1.19 we are seeing linter error due to usage of the deprecated io/ioutil package. This removes the usage of io/ioutil package. | |||
| * | Add dockerfiles and update makefile (#25) | Peter Edge | 2017-01-26 | 1 |
| | | ||||
| * | Rework as HTTP server (#15) | Grayson Koonce | 2016-10-12 | 1 |