Source File
bundled.go
Belonging Package
src.elv.sh/pkg/eval/mods/bundled
// Package bundled manages modules written in Elvish that are bundled with the// elvish binary.package bundled// Get returns a map of bundled modules.func () map[string]string {return map[string]string{"epm": epmElv,"readline-binding": readlineBindingElv,}}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)