Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-04 | docs(config): Fix comment typo | Dave Nicponski | 1 | -1/+1 | |
2020-10-27 | refactor(main): Split HTTP handlers into separate functions | Vincent Ambo | 1 | -1/+1 | |
There is a new handler coming up to fix #102 and I want to avoid falling into the classic Go trap of creating thousand-line functions. | |||||
2019-11-27 | refactor: Reshuffle file structure for better code layout | Vincent Ambo | 1 | -0/+159 | |
This gets rid of the package called "server" and instead moves everything into the project root, such that Go actually builds us a binary called `nixery`. This is the first step towards factoring out CLI-based functionality for Nixery. |