LRUCacheStore-Go

command module
v0.0.0-...-f7b70c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL