Documentation
¶
Index ¶
Constants ¶
View Source
const ( GoTemplate = `module scale go 1.18 {{range .}} require {{.Name}} {{.Version}} {{end}} ` RustTemplate = `` /* 172-byte string literal not displayed */ )
Variables ¶
View Source
var ( LUT = map[string]func() []byte{ "go": Go, "rust": Rust, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.