Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | refactor(storage): Rename ServeLayer -> Serve | Vincent Ambo | 3 | -10/+10 | |
This is going to be used for general content-addressed objects, and is not layer specific anymore. | |||||
2019-11-27 | refactor: Reshuffle file structure for better code layout | Vincent Ambo | 3 | -0/+366 | |
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. |