From 04b5016dd472772201b0835617eb041eef364829 Mon Sep 17 00:00:00 2001 From: Clayton Kehoe <118750525+kehoecj@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:49:40 -0500 Subject: [PATCH] Adding config-file-validator (#5079) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c71a612..f4b108b7 100644 --- a/README.md +++ b/README.md @@ -2644,6 +2644,7 @@ _General utilities and tools to make your life easier._ - [clockwork](https://github.com/jonboulle/clockwork) - A simple fake clock for golang. - [cmd](https://github.com/SimonBaeumer/cmd) - Library for executing shell commands on osx, windows and linux. - [command](https://github.com/txgruppi/command) - Command pattern for Go with thread safe serial and parallel dispatcher. +- [config-file-validator](https://github.com/Boeing/config-file-validator) - Cross Platform tool to validate configuration files. - [contextplus](https://github.com/contextplus/contextplus) - Package contextplus provide more easy to use functions for contexts. - [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. - [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage.