From 4ad31f1baaf37a7e678e717c840bc132f9b37d19 Mon Sep 17 00:00:00 2001 From: Humphrey Shotton Date: Mon, 23 Jul 2018 12:27:31 +0100 Subject: [PATCH] Added GoBoy emulator (#2026) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b86f4871..92884554 100644 --- a/README.md +++ b/README.md @@ -1746,6 +1746,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Duplicacy](https://github.com/gilbertchen/duplicacy) - A cross-platform network and cloud backup tool based on the idea of lock-free deduplication. * [fleet](https://github.com/coreos/fleet) - Distributed init System. * [Go Package Store](https://github.com/shurcooL/Go-Package-Store) - App that displays updates for the Go packages in your GOPATH. +* [GoBoy](https://github.com/Humpheh/goboy) - Nintendo Game Boy Color emulator written in Go. * [gocc](https://github.com/goccmack/gocc) - Gocc is a compiler kit for Go written in Go. * [GoDNS](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. * [GoDocTooltip](https://github.com/diankong/GoDocTooltip) - Chrome extension for Go Doc sites, which shows function description as tooltip at funciton list.