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.
- Host: GitHub
- URL: https://github.com/amirhnajafiz/lego
- Owner: amirhnajafiz
- Created: 2021-12-11T18:15:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:52:27.000Z (about 1 year ago)
- Last Synced: 2024-11-23T10:47:05.030Z (11 months ago)
- Topics: go, golang, grafana-k6, http-server, k6, web-server
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEGO
[](https://pkg.go.dev/github.com/amirhnajafiz/lego)

[](https://github.com/amirhnajafiz/lego/tags)
[](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
```