index.go 64 B

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