mirror of
https://codeberg.org/scip/ts.git
synced 2025-12-17 12:31:06 +01:00
added more tests, fixed hour format output
This commit is contained in:
@@ -92,6 +92,7 @@ type Config struct {
|
||||
Args []string
|
||||
Output io.Writer
|
||||
Mode int
|
||||
TZ string // for unit tests
|
||||
}
|
||||
|
||||
func InitConfig(output io.Writer) (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user