Files
mgmt/lang/funcs/core/funcgen.yaml
James Shubin 631124e658 lang: funcs: Add nitpicks from funcgen
Discussed nitpicks with roidelapluie to clean up slightly for
consistency.
2019-10-30 08:51:11 -04:00

17 lines
309 B
YAML

# This file is used by github.com/purpleidea/mgmt/lang/funcs/funcgen/ to
# generate mcl functions.
packages:
- name: html
- name: math
- name: math/rand
alias: rand
- name: os
- name: os/exec
alias: exec
- name: path
- name: path/filepath
alias: filepath
- name: runtime
- name: strconv
- name: strings