├── README.md ├── _example └── evalbot │ └── main.go ├── cmd └── ipmsg │ └── main.go └── ipmsg.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-ipmsg/HEAD/README.md -------------------------------------------------------------------------------- /_example/evalbot/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-ipmsg/HEAD/_example/evalbot/main.go -------------------------------------------------------------------------------- /cmd/ipmsg/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-ipmsg/HEAD/cmd/ipmsg/main.go -------------------------------------------------------------------------------- /ipmsg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattn/go-ipmsg/HEAD/ipmsg.go --------------------------------------------------------------------------------