https://github.com/kevincobain2000/go-vercel-template
My template for Go api to deploy to Vercel
https://github.com/kevincobain2000/go-vercel-template
go vercel
Last synced: 3 months ago
JSON representation
My template for Go api to deploy to Vercel
- Host: GitHub
- URL: https://github.com/kevincobain2000/go-vercel-template
- Owner: kevincobain2000
- Created: 2023-04-28T05:27:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T05:34:10.000Z (about 3 years ago)
- Last Synced: 2025-09-13T16:50:02.663Z (10 months ago)
- Topics: go, vercel
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vercel deployable Go API.
**Robust**
**Handles**
**Performace:**
## Installation
```
git clone https://github.com/kevincobain2000/go-vercel-template
sed -i 's/go-vercel-template//g' *
go mod tidy
go run api/index.go
```
## Watch
```go
go install github.com/cosmtrek/air@latest
air
```
### CHANGE LOG
- v1.0 - Initial release
### ROADMAP
- [ ]