├── LICENSE ├── README.md ├── dingrobot.go ├── example_test.go └── message.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royeo/dingrobot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royeo/dingrobot/HEAD/README.md -------------------------------------------------------------------------------- /dingrobot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royeo/dingrobot/HEAD/dingrobot.go -------------------------------------------------------------------------------- /example_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royeo/dingrobot/HEAD/example_test.go -------------------------------------------------------------------------------- /message.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/royeo/dingrobot/HEAD/message.go --------------------------------------------------------------------------------