appenginegoogle.golang.org/appengine/cmd/aebundler

aebundler command

Program aebundler turns a Go app into a fully self-contained tar file. The app and its subdirectories (if any) are placed under "." and the dependencies from $GOPATH are placed under ./_gopath/src. A main func is synthesized if one does not exist.

A sample Dockerfile to be used with this bundler could look like this:

FROM gcr.io/google-appengine/go-compat
ADD . /app
RUN GOPATH=/app/_gopath go build -tags appenginevm -o /app/_ah/exe
Version
v1.6.4
Published
Sep 26, 2019
Platform
windows/amd64
Imports
12 packages
Last checked
4 hours ago

Tools for package owners.