From be6e56a3f40ad75d2bf39e5a4ef9b087781710de Mon Sep 17 00:00:00 2001 From: yaismel Date: Mon, 13 Apr 2015 21:23:02 -0400 Subject: [PATCH] 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 00e386cb..e7a55813 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.