dipak140 / LRUCacheStore-Go

LRU Cache Storage written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRUCacheStore-Go

LRU Cache Storage written in Go

Table of Contents

Prerequisites

Ensure you have the following prerequisites installed:

  • Go
  • Docker

Installation

Building from Source

  1. Clone the repository:

    git clone https://github.com/dipak140/LRUCacheStore-Go.git
  2. Navigate to the project directory:

    cd LRUCacheStore-Go
  3. Build the project:

    go build -o main .

Using Docker

  1. Clone the repository:

    git clone https://github.com/dipak140/LRUCacheStore-Go.git
  2. Navigate to the project directory:

    cd LRUCacheStore-Go
  3. Build the Docker image:

    docker build -t your_image_name .

Usage

Provide instructions on how to use your project here.

Contributing

If you would like to contribute to the project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/foo)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/foo)
  6. Create a new Pull Request

License

This project is licensed under the MIT License.

About

LRU Cache Storage written in Go

License:MIT License


Languages

Language:Go 90.2%Language:Dockerfile 9.8%