Commit graph

20 commits

Author SHA1 Message Date
25f5c37243 Parse config overrides on cli 2024-02-09 09:44:35 -06:00
40f9518611 Load config from file with defaults 2024-02-04 18:19:19 -06:00
2da9fcac37 🔥 Remove viper 2024-02-04 14:01:29 -06:00
85abc8cb34 Unmarshal log 2024-02-03 18:52:12 -06:00
44c9736535 🛠 Always fmt before test or build 2024-02-03 17:14:37 -06:00
fb6c2fb941 🛠 Add Makefile 2024-02-03 15:32:13 -06:00
4eb6101e7e 🙈 Add .gitignore
From https://www.toptal.com/developers/gitignore/api/go,linux,emacs,macos
2024-01-31 08:44:10 -06:00
16a0a9d20b Special handling of json field 2024-01-30 23:40:47 -06:00
0da5efcafe Entry implements json.Unmarshaler 2024-01-29 22:07:18 -06:00
eff9a454f9 🧪 Test json.Unmarshaler implementation for Entry 2024-01-28 22:02:57 -06:00
f3bf89b09e Entry implements json.Marshaler 2024-01-28 19:41:30 -06:00
7e1c51d698 🧪 Test json.Marshaler implementation for Entry 2024-01-28 19:23:51 -06:00
c45acd57c4 Entry implements TextUnmarshaler 2024-01-28 17:39:42 -06:00
2d68691408 ♻️ Use defined errors 2024-01-28 12:41:55 -06:00
5b60305de7 🧪 Test TextUnmarshaler implementation for Entry 2024-01-28 08:56:34 -06:00
e8fb298ea5 Entry with TextMarshaler 2024-01-28 01:13:25 -06:00
875ca7e33d Meta implements TextUnmarshaler 2024-01-27 16:07:27 -06:00
3cfb1ccedb Add Meta with TextMarshaler 2024-01-26 20:00:03 -06:00
c61c783c66 🚧 Lay out models 2024-01-26 19:40:38 -06:00
1eba4d6e79 🎉 Scaffold Cobra 2024-01-26 19:32:21 -06:00