miller/internal/pkg/entrypoint
John Kerl 6b32e1f419
Reduce number of os.Exit callsites, part 1 of n (#1055)
* neaten some uses of os.Exit

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating
2022-07-09 18:53:24 -04:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
entrypoint.go Reduce number of os.Exit callsites, part 1 of n (#1055) 2022-07-09 18:53:24 -04:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00

All the usual contents of main() are put into this package for ease of testing.