goidiomatic

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package goidiomatic provides a Starlark module that defines Go idiomatic functions and values.

Index

Constants

View Source
const ModuleName = "go_idiomatic"

ModuleName defines the expected name for this Module when used in Starlark's load() function, eg: load('go_idiomatic', 'nil')

Variables

View Source
var (
	// ErrSystemExit is returned by exit() to indicate the program should exit.
	ErrSystemExit = errors.New(`starlet runtime system exit (Use Ctrl-D in REPL to exit)`)
)

Functions

func LoadModule

func LoadModule() (starlark.StringDict, error)

LoadModule loads the Go idiomatic module.

Types

This section is empty.

Jump to

Keyboard shortcuts

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