repository
0.0.0-20241112000848-4c154211888b
Repository: https://github.com/zrma/proglog.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
ProgLog
A project to practice distributed services with Go, based on the book "Distributed Services with Go."
Introduction
This repository contains code and exercises from the book "Distributed Services with Go". The main focus is to build a distributed log service using Go.
Features
- Implementation of a distributed log service
- Exploration of Go's concurrency and networking capabilities
- Practical examples and exercises from the book
Getting Started
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/zrma/proglog.git cd proglog
-
Install dependencies: Make sure you have Go installed. Then run:
go mod tidy