Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-09 | refactor: Remove old error handling library | Vincent Ambo | 1 | -9/+0 | |
Removes the old error handling library and switches to plain fmt.Errorf calls. There are several reasons for this: * There are no useful types or handling here anyways, so output format is the only priority. * Users don't care about getting stacktraces. * My emotional wellbeing. Fin de siècle. | |||||
2018-03-09 | refactor(build): Add Nix derivation & configure Travis to build it | Vincent Ambo | 1 | -0/+120 | |
Adds a Nix-derivation for building kontemplate with dependencies pinned in Nix. |