Fix ##3096

This commit is contained in:
Ceriath 2020-07-28 04:18:03 +02:00
parent 63a0dbac92
commit f56fb3f7d1

View File

@ -34,7 +34,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Email](#email)
- [Embeddable Scripting Languages](#embeddable-scripting-languages)
- [Error Handling](#error-handling)
- [Files](#files)
- [File Handling](#file-handling)
- [Financial](#financial)
- [Forms](#forms)
- [Functional](#functional)
@ -711,7 +711,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments.
* [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called.
## Files
## File Handling
*Libraries for handling files and file systems.*