aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-06 20:36:23 -0500
committerJoel Martin <github@martintribe.org>2014-10-06 20:36:23 -0500
commitaf8fdff41e260b1b21be0e127afb536980f43804 (patch)
tree6dc9b5d54a38c6197001291cf85cdffc7cf100b7 /docs/TODO
parent9feb2c9527294d82592bf35b97f8039f61bbec45 (diff)
downloadmal-af8fdff41e260b1b21be0e127afb536980f43804.tar.gz
mal-af8fdff41e260b1b21be0e127afb536980f43804.zip
go: add step4_if_fn_do
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index ed461e1..c94715f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -32,6 +32,11 @@ C#:
Clojure:
+Go:
+ - use reflect to simplify several points
+ - consider variable arguments in places where it makes sense
+ https://gobyexample.com/variadic-functions
+
Java:
- step9_interop
- Use gradle instead of mvn