From e15a31a74db5b67586f1500bfd06a66a84e9ec1a Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 29 Jun 2014 15:50:23 -0700 Subject: [PATCH 1/2] Add PHP track --- free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 5e98aaf8..b40b634b 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -87,6 +87,7 @@ ###PHP +* [CodeCademy PHP](http://www.codecademy.com/tracks/php) * [Learn PHP](http://www.learn-php.org/) From d2f8c87ac33d3b611c10d126046f59f7d3c3a78d Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 29 Jun 2014 15:54:09 -0700 Subject: [PATCH 2/2] Add Go koans --- free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index b40b634b..65a032d9 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -35,6 +35,7 @@ ###Go +* [Go Koans](https://github.com/cdarwin/go-koans) * [The Go Tutorial](http://golang.org/doc/go_tutorial.html)