From 4151758ff6a368211e1ffe408b4629f9e086a4b5 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Mon, 13 May 2024 10:20:05 +0200 Subject: [PATCH] add toolbox --- content/toolbox.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/toolbox.md diff --git a/content/toolbox.md b/content/toolbox.md new file mode 100644 index 0000000..2f5a978 --- /dev/null +++ b/content/toolbox.md @@ -0,0 +1,7 @@ +--- +title: "Adoras 🛠️ Dev Toolbox" +description: "My tools to use in various programming languages" +--- +## Golang +- Config Management: Viper ([github.com/spf13/viper](https://github.com/spf13/viper)) + - `go get github.com/spf13/viper`