Adding config-file-validator (#5079)

This commit is contained in:
Clayton Kehoe 2024-03-15 10:49:40 -05:00 committed by GitHub
parent a86a4e753a
commit 04b5016dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.