readlinebinding.go 159 B

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