src.elv.sh@v0.21.0-dev.0.20240515223629-06979efb9a2a/pkg/mods/epm/epm.go (about)

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