From ee9e9efe9e7354ad39fd9758f6ad53362cb16253 Mon Sep 17 00:00:00 2001 From: Lex Sapkota Date: Mon, 12 Nov 2018 02:51:20 +1100 Subject: [PATCH] Add Go Playground for iOS (#2221) Go Playground for iPhone / iPad. It's free and comes with truckload of samples. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6d9fb24..a8733d77 100644 --- a/README.md +++ b/README.md @@ -2019,6 +2019,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Go By Example](https://gobyexample.com/) - Hands-on introduction to Go using annotated example programs. * [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) - Go's reference card. * [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql. +* [Go Playground for iOS](https://itunes.apple.com/us/app/go-playground/id1437518275?ls=1&mt=8) - Interactively edit & play Go snippets on your mobile device * [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/) * [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go. * [Hackr.io](https://hackr.io/tutorials/learn-golang) - Learn Go from the best online golang tutorials submitted & voted by the golang programming community.