Categorygithub.com/styfle/go-bridge
module
0.0.0-20211115144202-074403f32ba1
Repository: https://github.com/styfle/go-bridge.git
Documentation: pkg.go.dev

# README

go-bridge

Bridge for @vercel/go.

Usage

package main

import (
	"net/http"
	bridge "github.com/vercel/go-bridge/go/bridge"
)

func main() {
	bridge.Start(http.HandlerFunc(__NOW_HANDLER_FUNC_NAME))
}

See PR 3976 to see why this repo exists.

# Packages

No description provided by the author