Tree @2d3ce8d (Download .tar.gz)
- ..
- any.go
- counters.go
- decorator.go
- doc.go
- elapsed.go
- eta.go
- meta.go
- moving_average.go
- name.go
- on_abort.go
- on_compete_or_on_abort.go
- on_complete.go
- on_condition.go
- percentage.go
- percentage_test.go
- size_type.go
- size_type_test.go
- sizeb1000_string.go
- sizeb1024_string.go
- speed.go
- speed_test.go
- spinner.go
History of decor @2d3ce8d748fe8f4117c2b5cb0b59aeb84da8da4c
- speed_test: add "%f" case Vladimir Bauer 3 years ago
- speed_test: refactoring elapsed arg Vladimir Bauer 3 years ago
- rename: TestAverageSpeedSizeB1024 TestAverageSpeedSizeB1000 Vladimir Bauer 3 years ago
- default speed unit: cast to int64 Vladimir Bauer 3 years ago
- consistent default format "% d" among percentage/counters/speed Vladimir Bauer 3 years ago
- don't check verb count Vladimir Bauer 3 years ago
- drop UnitKiB/UnitKB Vladimir Bauer 3 years ago
- refactoring speed: unit is either [0|SizeB1024(0)|SizeB1000(0)] Vladimir Bauer 3 years ago
- refactoring counters: unit is either [0|SizeB1024(0)|SizeB1000(0)] Vladimir Bauer 3 years ago
- refactoring TestB1024 and TestB1000 Vladimir Bauer 3 years ago
- refactoring Size types Vladimir Bauer 3 years ago
- TestPercentageType Vladimir Bauer 3 years ago
- refactoring percentage Vladimir Bauer 3 years ago
- make sure fmt.Stringer is implemented Vladimir Bauer 3 years ago
- make sure fmt.Formatter is implemented Vladimir Bauer 3 years ago
- perfer time.Duration.Truncate, address issue #128 Vladimir Bauer 3 years ago
- drop decor/pool.go Vladimir Bauer 3 years ago
- speedFormatter: io.WriteString Vladimir Bauer 3 years ago
- mergeDecorator: placeHolders as []Decorator Vladimir Bauer 3 years ago
- Format method on speedFormatter value receiver Vladimir Bauer 3 years ago
- ewma.MovingAverage interface assertions Vladimir Bauer 3 years ago
- Decorator interface assertions Vladimir Bauer 3 years ago
- minor: code style with else Vladimir Bauer 3 years ago
- Sync method on WC value receiver Vladimir Bauer 3 years ago
- FormatMsg method on WC value receiver Vladimir Bauer 3 years ago
- refactoring ShutdownListener interface Vladimir Bauer 3 years ago
- refactoring Wrapper interface Vladimir Bauer 3 years ago
- bytesPool cap 32 Vladimir Bauer 3 years ago
- refactoring bytesPool Vladimir Bauer 3 years ago
- FormatMsg vars refactoring Vladimir Bauer 3 years ago