Cradicle Explorer
ai-ops-automation_ShanClaw
Info
Issues
Patches
Wallets
Source
Source
.github
cmd
examples
internal
npm
scripts
test
.gitignore
.goreleaser.yaml
AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
go.mod
go.sum
install.sh
main.go
/
main.go
main.go
1
package main
2
3
import "github.com/Kocoro-lab/ShanClaw/cmd"
4
5
func main() {
6
cmd.Execute()
7
}