Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diki-haryadi/govega
This library aims to provide a collection of advanced tools and technologies that developers can use in their projects.
https://github.com/diki-haryadi/govega
golang lib library
Last synced: 1 day ago
JSON representation
This library aims to provide a collection of advanced tools and technologies that developers can use in their projects.
- Host: GitHub
- URL: https://github.com/diki-haryadi/govega
- Owner: diki-haryadi
- License: cc0-1.0
- Created: 2024-03-15T01:45:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T06:04:05.000Z (5 months ago)
- Last Synced: 2024-06-19T03:11:01.803Z (5 months ago)
- Topics: golang, lib, library
- Language: Go
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Govega
This library aims to provide a collection of advanced tools and technologies that developers can use in their projects.
## Installation
You can install this library using the go get command:
```sh
go get -u github.com/diki-haryadi/govega
```## Usage
```sh
import "github.com/diki-haryadi/govega/(feature_name)"
```## Compatibility
This library aim to support two latest stable version of go. current minimum supported version is 1.17
## Features
govega comes with various advanced features to assist in software development:
### [cache](cache)
### [config](configs)
config reader based on reflect. supported file- yaml
- json### [database](database)
### [env](env)
### [event](event)
### [examples](examples)
### [file](file)
### [geoip](geoip)### [httprq](httprq)
Rest client library with retry support mechanism### [lock](lock)
### [log](log)
### [monitor](monitor)
### [provider](provider)
### [response](response)
### [router](router)
### [slack](slack)
### [snowflake](snowflake)
### [tracing](tracing)
### [util](util)