An open API service indexing awesome lists of open source software.

https://github.com/amirhnajafiz/lego

Starting my way through learning Golang by setting up an HTTP server.
https://github.com/amirhnajafiz/lego

go golang grafana-k6 http-server k6 web-server

Last synced: 3 months ago
JSON representation

Starting my way through learning Golang by setting up an HTTP server.

Awesome Lists containing this project

README

          

# LEGO

[![Go Reference](https://pkg.go.dev/badge/github.com/amirhnajafiz/lego.svg)](https://pkg.go.dev/github.com/amirhnajafiz/lego)
![Go Version](https://img.shields.io/badge/go%20version-1.21%2B-blue)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/amirhnajafiz/lego?label=latest%20tag)](https://github.com/amirhnajafiz/lego/tags)
[![codecov](https://codecov.io/gh/amirhnajafiz/lego/branch/master/graph/badge.svg)](https://codecov.io/gh/amirhnajafiz/lego)

A curated collection of reusable Golang libraries and packages.

This repository serves as a centralized catalogue for Go code, primarily organized within the `pkg` directory. Many of these libraries are commonly required across multiple projects, and consolidating them here reduces duplication and streamlines development. By using this module, you can easily integrate well-tested, shared components into your own Go applications. LEGO

## Install

Add this module in to your Go project:

```sh
go get github.com/amirhnajafiz/lego
```