Documentation ¶
Overview ¶
Package pex implements construction of .pex files in Go. For performance reasons we've ultimately abandoned doing this in Python; we were ultimately not using pex for much at construction time and we already have most of what we need in Go via jarcat.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
A Writer implements writing a .pex file in various steps.
func (*Writer) SetShebang ¶
SetShebang sets the leading shebang that will be written to the file.
Click to show internal directories.
Click to hide internal directories.