Documentation ¶
Overview ¶
go-app-builder is a program that builds Go App Engine apps.
It takes a list of source file names, loads and parses them, deduces their package structure, creates a synthetic main package, and finally compiles and links all these pieces.
Files named *_test.go will be ignored.
Usage:
go-app-builder [options] [file.go ...]
Click to show internal directories.
Click to hide internal directories.