Files
evercatch-go/README.md
Puranjay Savar Mattas b83ec983da
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 6s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s
EC-21: FEAT: Added new Go package and initialized the repo
Refers Evercatch/evercatch-board#21
2026-02-19 19:07:55 +00:00

83 lines
2.1 KiB
Markdown

# 📦 Evercatch Go
> Official Go SDK for Evercatch webhook infrastructure platform.
---
## 🧭 Overview
This repository contains the official Go SDK for the Evercatch platform. Its purpose is to provide a simple and convenient interface for developers to interact with the Evercatch API, manage webhooks, and handle events within their Go applications.
**⚠️ This SDK is currently under active development and is not yet ready for production use. The package published on npm is a placeholder to reserve the name.**
---
## 🛠️ Tech Stack
The final technology stack is being determined. The planned stack is as follows:
| Layer | Technology |
| :--- | :--- |
| Language | Go |
| Framework | None (Standard Library + Minimal Dependencies) |
| Key Dependencies | `net/http` (for HTTP), `encoding/json` (for JSON handling) |
---
## 🚀 Getting Started
### Prerequisites
- Go 1.21+
### Installation (Future)
Once released, the package will be available on Go:
```bash
# This will not work until the first official release
go get git.psmattas.com/evercatch/evercatch-go
```
### Local Development
The repository can be cloned for contribution or testing once development is further along.
```bash
# Clone the repo
git clone https://git.psmattas.com/Evercatch/evercatch-go.git
cd evercatch-go
# Note: The project is not yet functional.
```
---
## 🌿 Branching & Commits
All work follows the Evercatch contribution guide defined in the org README.
**Branch format:** `EC-ID-short-description`
**Commit format:** `EC-00: type(scope): message`
See [Evercatch Org README](https://git.psmattas.com/Evercatch) for full conventions.
---
## ⚙️ CI/CD
Automated via Jenkins. Merges to `main` trigger staging deployments.
| Pipeline | Status |
| :--- | :---: |
| Build | ![Build Status](https://img.shields.io/badge/build-pending-lightgrey) |
| Lint | ![Lint Status](https://img.shields.io/badge/lint-pending-lightgrey) |
| Test | ![Test Status](https://img.shields.io/badge/tests-pending-lightgrey) |
---
## 📄 License
**Copyright © 2026 Evercatch.**
Proprietary and confidential. Unauthorised distribution is strictly prohibited.