JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q16528F
  • License MIT

Package Exports

  • @bluebeel/go

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bluebeel/go) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

now-go

A Now v2 Golang builder with middleware.

Usage

Add it to your now.json as:

{
  "builds": [
    { "src": "*.go", "use": "@blubeel/go" }
  ]
}

An example is available in the example folder.