From bd610e62d889904d9940a585b49b539ea43f7ce8 Mon Sep 17 00:00:00 2001 From: strangepete Date: Sat, 14 May 2016 14:21:22 -0400 Subject: [PATCH] link-target content changed; couldn't determine new location or suitable replacement --- LearnServerProgramming.md | 1 - 1 file changed, 1 deletion(-) diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index e2d90bef..90a32dfc 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -3,7 +3,6 @@ This page links to resources for learning about server programming in Go - both ## Getting Started - Read [Writing Web Applications with the Go standard library](http://golang.org/doc/articles/wiki/) -- Code [A Tour of Go: Web Servers](http://tour.golang.org/methods/13) and [HTTP Handlers](http://tour.golang.org/methods/14) - Read [Build a Web Application With Go](https://github.com/astaxie/build-web-application-with-golang) from the author of the [BeeGo web framework](http://beego.me/) - Read [Webapps in Go the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) - Read [Building Web Applications in Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) from the author of the [Negroni](https://github.com/codegangsta/negroni) and [Martini](http://martini.codegangsta.io/) webserver toolkits. First learn the absolute basics before going to this book.