hwm-utils is a collection of utility functions and packages developed by HiWay Media. These utilities aim to provide common functionalities and tools that can be used across various projects.
- String Utilities: String manipulation functions for tasks such as string validation, formatting, and manipulation.
- File Utilities: Functions for file handling, including file I/O operations, path manipulation, and directory management.
- Date Utilities: Helper functions for working with dates, time zones, and date formatting.
- Logging Utilities: Logging package with customizable log levels, log rotation, and log output configuration.
To install the hwm-utils package, you can use the go get
command:
go get github.com/HiWay-Media/hwm-go-utils
Contributions to this repository are welcome. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear and concise messages.
- Push your changes to your forked repository. O5. pen a pull request, describing your changes and the problem they solve. Please ensure that your code adheres to the existing code style and that any new features or changes are appropriately documented.
This repository is licensed under the MIT License. Please refer to the LICENSE file for more information.
- This repository was developed by HiWay Media.
- Special thanks to the contributors who have helped make this project possible. If you have any questions, concerns, or issues related to this repository, please open an issue or contact the maintainers directly.
Happy coding with hwm-go-utils!