Skip to content

vercel/go-bridge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Fix request headers

* Fix unmarshal
c59668d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

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.