kyoketsu-web.go 142 B

123456789101112
  1. package main
  2. import (
  3. "os"
  4. kyoketsu "git.aetherial.dev/aeth/kyoketsu/pkg"
  5. )
  6. func main() {
  7. kyoketsu.RefactorGetAllRemAddr(os.Args[1])
  8. }