https://github.com/rajatsandeepsen/beckn-go
Beckn Protocol Client for Go-Lang
https://github.com/rajatsandeepsen/beckn-go
Last synced: about 1 month ago
JSON representation
Beckn Protocol Client for Go-Lang
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/beckn-go
- Owner: rajatsandeepsen
- Created: 2025-05-17T03:55:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T18:41:17.000Z (5 months ago)
- Last Synced: 2025-08-13T18:36:04.180Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beckn-Go
## Build Package with Docker
Install Docker Desktop or Docker CLI.
Set environment variables for the build:
```bash
OPENAPI_BASE_URL=
```Build the package using Docker:
```bash
sh build.sh
```