From 8f35dbc3062bcd6ed30c6b8cded57f9b931f71e9 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Sat, 25 Feb 2012 03:11:37 +0100 Subject: [PATCH] go: README with installation instructions --- go/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go/README diff --git a/go/README b/go/README new file mode 100644 index 00000000..1b8b8ed9 --- /dev/null +++ b/go/README @@ -0,0 +1,3 @@ +This builds with the new 'go' tool. + +It is installable with "go get github.com/msgpack/msgpack/go".