/ main.go
main.go
1  package main
2  
3  import "github.com/Kocoro-lab/ShanClaw/cmd"
4  
5  func main() {
6  	cmd.Execute()
7  }