# Experimental Packages **x** is a project designed to make Go a little easier to work with. ## Getting Started ### Prerequisites - [make](https://www.gnu.org/software/make/) ### Installation 1. Clone the repository: ```bash $ git clone git@github.com:xlgmokha/x.git ``` 2. Navigate to the project directory: ```bash $ cd x ``` 3. Run the test suite: ```bash $ make test ``` ## Project Structure - `cmd/`: Contains the executables for this project. - `pkg/`: Library code that's safe to use by external applications. ## Contributing Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes. ## License This project is licensed under the [MIT License](./LICENSE). ## Contact For questions or suggestions, please contact @xlgmokha.