From 02bc4ec46871869f6c34cc465f8a05902d67c1f9 Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Tue, 7 Jun 2016 09:17:22 -0400 Subject: [PATCH] "Mobile support" to-do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 614a2fd..462102a 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ I'm working on providing a [set of "marshalers" and a simple API to combine them * Extend the test coverage. * Think about some way of debugging the transports/traffic. * Run basic tests in additional platforms (e.g. ARM). +* Plan strategies for mobile support, Golang is doing [great progress](https://github.com/golang/go/wiki/Mobile) on this. ## Contributors