Codebase list golang-github-vbauerster-mpb / 97497dd
suppress golangci-lint: it's used by windows build Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2222 *bytes.Buffer
2323 out io.Writer
2424 ew escWriter
25 lines int // used by writer_windows only
25 lines int //nolint:unused
2626 fd int
2727 terminal bool
2828 termSize func(int) (int, int, error)