api.go 71 B

1234567
  1. package api
  2. import "fmt"
  3. func PrintHello() {
  4. fmt.Println("hello")
  5. }