Versions in this module Expand all Collapse all v1 v1.0.1 Feb 20, 2021 v1.0.0 Feb 18, 2021 Changes in this version + const DummyWorkingCode + func Transpile(code string, logs chan<- Log) (string, error) + type Log interface + Name func() string + type LogInternal struct + Message string + Severity string + func (LogInternal) Name() string + type LogStderr struct + Stderr string + func (LogStderr) Name() string + type LogStdout struct + Stdout string + func (LogStdout) Name() string