epm.go 121 B

12345678
  1. package epm
  2. import _ "embed"
  3. // Code contains the source code of the epm module.
  4. //
  5. //go:embed epm.elv
  6. var Code string