LRU Cache Storage written in Go
Ensure you have the following prerequisites installed:
- Go
- Docker
-
Clone the repository:
git clone https://github.com/dipak140/LRUCacheStore-Go.git
-
Navigate to the project directory:
cd LRUCacheStore-Go
-
Build the project:
go build -o main .
-
Clone the repository:
git clone https://github.com/dipak140/LRUCacheStore-Go.git
-
Navigate to the project directory:
cd LRUCacheStore-Go
-
Build the Docker image:
docker build -t your_image_name .
Provide instructions on how to use your project here.
If you would like to contribute to the project, please follow these guidelines:
- Fork the repository
- Create a new branch (
git checkout -b feature/foo
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/foo
) - Create a new Pull Request
This project is licensed under the MIT License.