index.go 63 B

12345
  1. package test_modules
  2. func Hello2() string {
  3. return "hello"
  4. }