From 342127aafa5dbf19bf7060e7973aa0f5c751769f Mon Sep 17 00:00:00 2001 From: Bhavay Garg Date: Thu, 17 Aug 2023 09:07:55 +0530 Subject: [PATCH] Updated README.md --- Conversions/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Conversions/README.md b/Conversions/README.md index f93f2f1..22be890 100644 --- a/Conversions/README.md +++ b/Conversions/README.md @@ -60,12 +60,8 @@ Structs can be converted between different types that share the same underlying Converting time values and durations between different formats and units is essential when working with time-sensitive applications. Learn how to handle time conversions effectively. -## Contributing +## Explore other packages -Contributions to this repository are welcome! If you have additional examples, use cases, or improvements for existing content, please feel free to open an issue or submit a pull request. - -## License - -This project is licensed under the [MIT License](LICENSE). +- [Ioutil package](https://github.com/Yashsharma1911/Golang-tutorial/blob/main/File/common-packages/ioutil_package.md) ---