source_modules.go 275 B

1234567891011121314
  1. // Code generated using gensrcmods.go; DO NOT EDIT.
  2. package stdlib
  3. import "embed"
  4. var _ = embed.FS{}
  5. //go:embed srcmod_enum.xgo
  6. var srcmodEnum string
  7. // SourceModules are source type standard library modules.
  8. var SourceModules = map[string]string{
  9. "enum": srcmodEnum,
  10. }