index.go 62 B

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