Welcome to the Golly Examples Repository! This repository contains a collection of sample code snippets and examples from the individual libraries of the Golly project. Each example is designed to demonstrate the usage and capabilities of different modules within the Golly ecosystem.
Golly is an open-source project aimed at providing robust tools and libraries for various applications. This repository showcases practical examples to help developers understand and utilize the different components of Golly effectively.
To get started with the examples, you'll need to have Golly installed. You can follow the instructions on the Golly GitHub page to set it up.
- Golang (version 1.18 or higher)
- Golly installed
Clone this repository to your local machine:
git clone https://github.com/yourusername/golly-examples.git
cd golly-examples
This repository is organized by individual libraries within Golly. Each directory contains examples specific to a particular library. Below is a list of the available examples:
- rest-server
- Description: Lightweight HTTP Router
- Examples
simple-server
: A simple server to process HTTP requestsserver-routing
: A full example of a REST API built using rest library from golly
Contributions are welcome! If you have an example you'd like to add or improvements to existing examples, please feel free to fork the repository and submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/your-feature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Golly team for creating and maintaining such a fantastic project.
- Special thanks to all the contributors who have provided examples and improvements.