From 6fb9a7c7ca82a2f7f5e43b825061cb34ffd444ea Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Wed, 29 Jul 2015 12:25:26 -0700 Subject: [PATCH] Adding TODOs. --- Mobile.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mobile.md b/Mobile.md index 4228f541..9f944728 100644 --- a/Mobile.md +++ b/Mobile.md @@ -29,7 +29,7 @@ $ gomobile init # it might take a few minutes ## Native applications -TBD +TODO ## SDK applications and generating bindings @@ -45,3 +45,5 @@ The disadvantages include the following: * Only a subset of Go types are currently supported. * Language bindings have a performance overhead. Though, depending on your use case, the overhead might not be a bottleneck. + +TODO