client.go 73 B

123456789
  1. package main
  2. import (
  3. "ngrok/client"
  4. )
  5. func main() {
  6. client.Main()
  7. }