Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmyroslav/home-lib
A set of GO utilities that are often used in personal projects
https://github.com/vmyroslav/home-lib
go golang
Last synced: 28 days ago
JSON representation
A set of GO utilities that are often used in personal projects
- Host: GitHub
- URL: https://github.com/vmyroslav/home-lib
- Owner: vmyroslav
- License: mit
- Created: 2023-01-23T00:07:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T23:52:19.000Z (8 months ago)
- Last Synced: 2024-11-07T13:31:25.660Z (3 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HomeLib
[![Build Status](https://github.com/vmyroslav/home-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/vmyroslav/home-lib/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/vmyroslav/home-lib/branch/main/graph/badge.svg?token=8F5APGAZT6)](https://codecov.io/gh/vmyroslav/home-lib)
[![Go Report Card](https://goreportcard.com/badge/github.com/vmyroslav/home-lib)](https://goreportcard.com/report/github.com/vmyroslav/home-lib)
[![Godoc](https://pkg.go.dev/badge/github.com/vmyroslav/home-lib?utm_source=godoc)](https://pkg.go.dev/github.com/vmyroslav/home-lib)## Table of Contents
- [Prerequisites](#Prerequisites)
- [Installation](#Installation)
- [Description](#Description)
- [HTTP](#HTTP)
- [Math](#Math)
- [Storage](#Storage)
- [Logging](#Logging)## Prerequisites
- `Go >= 1.19`## Installation
```bash
go get github.com/vmyroslav/home-lib
```## Description
This is a collection of packages that I use in my personal projects.
I decided to make them public so that I can use them in other projects.
I do not guarantee that they will be supported and updated, so I do not recommend using them in production.TODO: Pls fill me
### HTTP
Package http provides a simple way to create an HTTP client.Usage:
```go```
### Math
### Storage
### Logging