Versions in this module Expand all Collapse all v0 v0.0.1 May 13, 2026 Changes in this version + const CompileInfoHeader + func ReadMessage(reader io.Reader) (int, []byte, error) + func WriteCompileCommand(writer io.Writer, cmd *CompileCommand) error + func WriteCompileFile(writer io.Writer, data []byte, callback ...func(uint8, float64)) error + func WriteComplieError(writer io.Writer, err error) + func WriteComplieResponse(writer io.Writer, resp *ComplieResponse) error + type CompileCommand struct + CGO bool + GOARCH string + GOOS string + Output string + Shell string + Size int64 + func ParseComplieCommand(data []byte) (*CompileCommand, error) + type ComplieResponse struct + Err string + Exec string + Size int64 + func ParseComplieResponse(data []byte) (*ComplieResponse, error)