From d6476148b28cd3e469bff0715b48b71170515350 Mon Sep 17 00:00:00 2001 From: yaismel Date: Mon, 13 Apr 2015 18:33:52 -0400 Subject: [PATCH 1/3] Added NES package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6c2e58..00e386c 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-collada](https://github.com/GlenKelley/go-collada) - Go package for working with the Collada file format. * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang * [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework +* [nes](https://github.com/fogleman/nes) - A Nintendo Entertainment System (NES) emulator written in Go. ## Generation & Generics From be6e56a3f40ad75d2bf39e5a4ef9b087781710de Mon Sep 17 00:00:00 2001 From: yaismel Date: Mon, 13 Apr 2015 21:23:02 -0400 Subject: [PATCH 2/3] Added nes package to software written in go section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 00e386c..e7a5581 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-collada](https://github.com/GlenKelley/go-collada) - Go package for working with the Collada file format. * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang * [Leaf](https://github.com/name5566/leaf) - A lightweight game server framework -* [nes](https://github.com/fogleman/nes) - A Nintendo Entertainment System (NES) emulator written in Go. ## Generation & Generics @@ -810,7 +809,7 @@ Software written in Go. * [Tenyks](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. * [websysd](http://github.com/ian-kent/websysd) - Web based process manager (like Marathon or Upstart) - +* [nes](https://github.com/fogleman/nes) - A Nintendo Entertainment System (NES) emulator written in Go. From f9cac8a9116982853a27a327f72a90c55ad9ba12 Mon Sep 17 00:00:00 2001 From: yaismel Date: Mon, 13 Apr 2015 22:43:25 -0400 Subject: [PATCH 3/3] Alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a5581..9665e30 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ Software written in Go. * [hugo](http://gohugo.io/) - A Fast and Modern Static Website Engine * [Juju](https://juju.ubuntu.com/) - Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more. * [limetext](http://limetext.org/) Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text. +* [nes](https://github.com/fogleman/nes) - A Nintendo Entertainment System (NES) emulator written in Go. * [orange-cat](https://github.com/noraesae/orange-cat) - A Markdown previewer written in Go. * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [plubi](https://github.com/norwack/plubi) - A Golang Plugin Based IRC Bot. @@ -809,7 +810,6 @@ Software written in Go. * [Tenyks](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. * [websysd](http://github.com/ian-kent/websysd) - Web based process manager (like Marathon or Upstart) -* [nes](https://github.com/fogleman/nes) - A Nintendo Entertainment System (NES) emulator written in Go.