Categorygithub.com/Ayoubkassi/Golang-Load-Balancer
modulepackage
0.0.0-20230512222906-30d0d4857210
Repository: https://github.com/ayoubkassi/golang-load-balancer.git
Documentation: pkg.go.dev

# README

Golang-Load-Balancer

Implement Layer 7 load balancer using go language

golang-load-balancer


To start the project run the following command :

  • start ur go module initializer

    go mod init github.com/username/myproject

# Structs

config is a representation of the configurationgiven to farely from a config source.
No description provided by the author
No description provided by the author