template

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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

func Go

func Go() []byte

func Rust

func Rust() []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL