Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayur04/golang-test
https://github.com/akshayur04/golang-test
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshayur04/golang-test
- Owner: akshayUr04
- Created: 2023-11-06T13:04:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T12:30:19.000Z (almost 1 year ago)
- Last Synced: 2024-11-07T12:52:17.366Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOLANG TEST
### Installation
#### 1. Clone the repository:
```bash
git clone https://github.com/akshayUr04/golang-test.git && \
cd ./golang-test
```##### 3. Run Application
```bash
## Change the url in sendToWebHook func in the helper package to your webhook url
go run ./cmd/main.go
```