Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthewmccullough/6438475 to your computer and use it in GitHub Desktop.
Save matthewmccullough/6438475 to your computer and use it in GitHub Desktop.
GitHub API Language Query for Go

> curl https://api.github.com/legacy/repos/search/Go?language=Go

{
  "repositories": [
    {
      "type": "repo",
      "username": "mattn",
      "name": "go-gtk",
      "owner": "mattn",
      "homepage": "http://mattn.github.com/go-gtk",
      "description": "Go binding for GTK",
      "language": "Go",
      "watchers": 342,
      "followers": 342,
      "forks": 67,
      "size": 416,
      "open_issues": 34,
      "score": 54.450714,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mattn/go-gtk",
      "created": "2009-11-26T16:58:53Z",
      "created_at": "2009-11-26T16:58:53Z",
      "pushed_at": "2013-09-02T04:29:39Z",
      "pushed": "2013-09-02T04:29:39Z"
    },
    {
      "type": "repo",
      "username": "DisposaBoy",
      "name": "GoSublime",
      "owner": "DisposaBoy",
      "homepage": "",
      "description": "A  Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features.",
      "language": "Go",
      "watchers": 599,
      "followers": 599,
      "forks": 46,
      "size": 852,
      "open_issues": 74,
      "score": 54.155273,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/DisposaBoy/GoSublime",
      "created": "2011-08-27T22:24:39Z",
      "created_at": "2011-08-27T22:24:39Z",
      "pushed_at": "2013-08-31T20:09:42Z",
      "pushed": "2013-08-31T20:09:42Z"
    },
    {
      "type": "repo",
      "username": "bitly",
      "name": "go-simplejson",
      "owner": "bitly",
      "homepage": "",
      "description": "a Go package to interact with arbitrary JSON",
      "language": "Go",
      "watchers": 245,
      "followers": 245,
      "forks": 56,
      "size": 184,
      "open_issues": 1,
      "score": 49.315247,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/bitly/go-simplejson",
      "created": "2012-04-03T23:08:44Z",
      "created_at": "2012-04-03T23:08:44Z",
      "pushed_at": "2013-06-01T17:06:00Z",
      "pushed": "2013-06-01T17:06:00Z"
    },
    {
      "type": "repo",
      "username": "banthar",
      "name": "Go-SDL",
      "owner": "banthar",
      "homepage": "",
      "description": "Go bindings for SDL",
      "language": "Go",
      "watchers": 158,
      "followers": 158,
      "forks": 75,
      "size": 7865,
      "open_issues": 28,
      "score": 48.464314,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/banthar/Go-SDL",
      "created": "2009-11-13T16:05:03Z",
      "created_at": "2009-11-13T16:05:03Z",
      "pushed_at": "2012-02-28T19:20:12Z",
      "pushed": "2012-02-28T19:20:12Z"
    },
    {
      "type": "repo",
      "username": "Unknwon",
      "name": "go-fundamental-programming",
      "owner": "Unknwon",
      "homepage": null,
      "description": "《Go编程基础》是一套针对 Google 出品的Go语言的视频语音教程,主要面向新手级别的学习者。",
      "language": "Go",
      "watchers": 317,
      "followers": 317,
      "forks": 103,
      "size": 476,
      "open_issues": 0,
      "score": 47.552063,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/Unknwon/go-fundamental-programming",
      "created": "2013-03-20T21:54:32Z",
      "created_at": "2013-03-20T21:54:32Z",
      "pushed_at": "2013-07-14T04:06:09Z",
      "pushed": "2013-07-14T04:06:09Z"
    },
    {
      "type": "repo",
      "username": "alphazero",
      "name": "Go-Redis",
      "owner": "alphazero",
      "homepage": "",
      "description": "Google Go Client and Connectors for Redis",
      "language": "Go",
      "watchers": 168,
      "followers": 168,
      "forks": 52,
      "size": 240,
      "open_issues": 16,
      "score": 44.779335,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/alphazero/Go-Redis",
      "created": "2009-11-15T02:04:18Z",
      "created_at": "2009-11-15T02:04:18Z",
      "pushed_at": "2012-09-24T17:17:10Z",
      "pushed": "2012-09-24T17:17:10Z"
    },
    {
      "type": "repo",
      "username": "google",
      "name": "go-github",
      "owner": "google",
      "homepage": "http://godoc.org/github.com/google/go-github/github",
      "description": "Go library for accessing the GitHub API",
      "language": "Go",
      "watchers": 201,
      "followers": 201,
      "forks": 38,
      "size": 460,
      "open_issues": 12,
      "score": 42.70717,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/google/go-github",
      "created": "2013-05-24T16:42:58Z",
      "created_at": "2013-05-24T16:42:58Z",
      "pushed_at": "2013-09-03T18:28:00Z",
      "pushed": "2013-09-03T18:28:00Z"
    },
    {
      "type": "repo",
      "username": "skelterjohn",
      "name": "go.uik",
      "owner": "skelterjohn",
      "homepage": "",
      "description": "This project is \"closed\". If I begin again, it will be from scratch",
      "language": "Go",
      "watchers": 253,
      "followers": 253,
      "forks": 31,
      "size": 2749,
      "open_issues": 7,
      "score": 42.316063,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/skelterjohn/go.uik",
      "created": "2012-04-15T02:51:06Z",
      "created_at": "2012-04-15T02:51:06Z",
      "pushed_at": "2013-07-26T14:56:50Z",
      "pushed": "2013-07-26T14:56:50Z"
    },
    {
      "type": "repo",
      "username": "hanwen",
      "name": "go-fuse",
      "owner": "hanwen",
      "homepage": "",
      "description": "FUSE bindings for Go",
      "language": "Go",
      "watchers": 169,
      "followers": 169,
      "forks": 41,
      "size": 472,
      "open_issues": 4,
      "score": 42.173683,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/hanwen/go-fuse",
      "created": "2010-12-27T18:49:26Z",
      "created_at": "2010-12-27T18:49:26Z",
      "pushed_at": "2013-09-04T10:36:20Z",
      "pushed": "2013-09-04T10:36:20Z"
    },
    {
      "type": "repo",
      "username": "emicklei",
      "name": "go-restful",
      "owner": "emicklei",
      "homepage": null,
      "description": "library to build REST based Web Services using Google Go",
      "language": "Go",
      "watchers": 215,
      "followers": 215,
      "forks": 33,
      "size": 668,
      "open_issues": 3,
      "score": 41.63687,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/emicklei/go-restful",
      "created": "2012-11-15T07:31:43Z",
      "created_at": "2012-11-15T07:31:43Z",
      "pushed_at": "2013-09-03T19:39:54Z",
      "pushed": "2013-09-03T19:39:54Z"
    },
    {
      "type": "repo",
      "username": "visualfc",
      "name": "go-ui",
      "owner": "visualfc",
      "homepage": null,
      "description": "golang ui",
      "language": "Go",
      "watchers": 188,
      "followers": 188,
      "forks": 35,
      "size": 508,
      "open_issues": 12,
      "score": 41.17714,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/visualfc/go-ui",
      "created": "2012-07-12T06:48:00Z",
      "created_at": "2012-07-12T06:48:00Z",
      "pushed_at": "2013-05-10T09:29:42Z",
      "pushed": "2013-05-10T09:29:42Z"
    },
    {
      "type": "repo",
      "username": "ungerik",
      "name": "go-start",
      "owner": "ungerik",
      "homepage": "http://go-lang.org",
      "description": "A high level web-framework for Go",
      "language": "Go",
      "watchers": 201,
      "followers": 201,
      "forks": 32,
      "size": 388,
      "open_issues": 1,
      "score": 40.792904,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ungerik/go-start",
      "created": "2012-03-28T12:12:38Z",
      "created_at": "2012-03-28T12:12:38Z",
      "pushed_at": "2013-05-02T09:54:44Z",
      "pushed": "2013-05-02T09:54:44Z"
    },
    {
      "type": "repo",
      "username": "nsf",
      "name": "termbox-go",
      "owner": "nsf",
      "homepage": "http://code.google.com/p/termbox",
      "description": "Pure Go termbox implementation",
      "language": "Go",
      "watchers": 156,
      "followers": 156,
      "forks": 33,
      "size": 212,
      "open_issues": 6,
      "score": 39.05271,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/nsf/termbox-go",
      "created": "2012-01-12T21:03:03Z",
      "created_at": "2012-01-12T21:03:03Z",
      "pushed_at": "2013-09-02T16:15:27Z",
      "pushed": "2013-09-02T16:15:27Z"
    },
    {
      "type": "repo",
      "username": "hanwen",
      "name": "go-mtpfs",
      "owner": "hanwen",
      "homepage": null,
      "description": "Mount MTP devices over FUSE",
      "language": "Go",
      "watchers": 211,
      "followers": 211,
      "forks": 24,
      "size": 380,
      "open_issues": 5,
      "score": 37.749256,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/hanwen/go-mtpfs",
      "created": "2012-04-24T14:16:36Z",
      "created_at": "2012-04-24T14:16:36Z",
      "pushed_at": "2013-09-04T10:08:53Z",
      "pushed": "2013-09-04T10:08:53Z"
    },
    {
      "type": "repo",
      "username": "shadowsocks",
      "name": "shadowsocks-go",
      "owner": "shadowsocks",
      "homepage": "http://shadowsocks.github.io/shadowsocks-go",
      "description": "go port of shadowsocks",
      "language": "Go",
      "watchers": 142,
      "followers": 142,
      "forks": 30,
      "size": 467,
      "open_issues": 0,
      "score": 37.537327,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/shadowsocks/shadowsocks-go",
      "created": "2012-11-01T08:43:38Z",
      "created_at": "2012-11-01T08:43:38Z",
      "pushed_at": "2013-08-02T07:38:57Z",
      "pushed": "2013-08-02T07:38:57Z"
    },
    {
      "type": "repo",
      "username": "madari",
      "name": "go-socket.io",
      "owner": "madari",
      "homepage": "http://gopkgdoc.appspot.com/pkg/github.com/madari/go-socket.io",
      "description": "A Socket.IO backend implementation written in Go",
      "language": "Go",
      "watchers": 236,
      "followers": 236,
      "forks": 46,
      "size": 196,
      "open_issues": 6,
      "score": 37.14279,
      "has_downloads": false,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/madari/go-socket.io",
      "created": "2010-05-18T13:11:55Z",
      "created_at": "2010-05-18T13:11:55Z",
      "pushed_at": "2011-10-31T17:27:44Z",
      "pushed": "2011-10-31T17:27:44Z"
    },
    {
      "type": "repo",
      "username": "astaxie",
      "name": "Go-in-Action",
      "owner": "astaxie",
      "homepage": null,
      "description": "Trying to complete over 100 projects in various categories in golang.",
      "language": "Go",
      "watchers": 221,
      "followers": 221,
      "forks": 47,
      "size": 1236,
      "open_issues": 0,
      "score": 36.902508,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/astaxie/Go-in-Action",
      "created": "2013-07-23T05:20:08Z",
      "created_at": "2013-07-23T05:20:08Z",
      "pushed_at": "2013-08-30T07:59:17Z",
      "pushed": "2013-08-30T07:59:17Z"
    },
    {
      "type": "repo",
      "username": "Unknwon",
      "name": "the-way-to-go_ZH_CN",
      "owner": "Unknwon",
      "homepage": "",
      "description": "《The Way to Go》中文译本,中文正式名《Go入门指南》",
      "language": "Go",
      "watchers": 290,
      "followers": 290,
      "forks": 120,
      "size": 1245,
      "open_issues": 1,
      "score": 36.055714,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/Unknwon/the-way-to-go_ZH_CN",
      "created": "2013-03-24T17:18:38Z",
      "created_at": "2013-03-24T17:18:38Z",
      "pushed_at": "2013-07-26T18:48:05Z",
      "pushed": "2013-07-26T18:48:05Z"
    },
    {
      "type": "repo",
      "username": "mattn",
      "name": "go-xmpp",
      "owner": "mattn",
      "homepage": "http://golang.org/",
      "description": "go xmpp library (original was written by russ cox  )",
      "language": "Go",
      "watchers": 93,
      "followers": 93,
      "forks": 35,
      "size": 85,
      "open_issues": 6,
      "score": 35.887634,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mattn/go-xmpp",
      "created": "2011-02-28T02:45:06Z",
      "created_at": "2011-02-28T02:45:06Z",
      "pushed_at": "2013-08-13T00:08:10Z",
      "pushed": "2013-08-13T00:08:10Z"
    },
    {
      "type": "repo",
      "username": "mmcgrana",
      "name": "gobyexample",
      "owner": "mmcgrana",
      "homepage": "https://gobyexample.com",
      "description": "Go by Example",
      "language": "Go",
      "watchers": 322,
      "followers": 322,
      "forks": 66,
      "size": 448,
      "open_issues": 8,
      "score": 34.468685,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/mmcgrana/gobyexample",
      "created": "2012-09-21T03:47:46Z",
      "created_at": "2012-09-21T03:47:46Z",
      "pushed_at": "2013-06-20T15:21:14Z",
      "pushed": "2013-06-20T15:21:14Z"
    },
    {
      "type": "repo",
      "username": "skelterjohn",
      "name": "go.wde",
      "owner": "skelterjohn",
      "homepage": "",
      "description": "Windows, drawing and events for Go",
      "language": "Go",
      "watchers": 128,
      "followers": 128,
      "forks": 24,
      "size": 1247,
      "open_issues": 6,
      "score": 34.13702,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/skelterjohn/go.wde",
      "created": "2012-02-17T20:09:27Z",
      "created_at": "2012-02-17T20:09:27Z",
      "pushed_at": "2013-08-17T01:34:57Z",
      "pushed": "2013-08-17T01:34:57Z"
    },
    {
      "type": "repo",
      "username": "hoisie",
      "name": "web",
      "owner": "hoisie",
      "homepage": "http://webgo.io",
      "description": "The easiest way to create web applications with Go",
      "language": "Go",
      "watchers": 1401,
      "followers": 1401,
      "forks": 209,
      "size": 2859,
      "open_issues": 34,
      "score": 33.379364,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/hoisie/web",
      "created": "2009-12-08T20:46:02Z",
      "created_at": "2009-12-08T20:46:02Z",
      "pushed_at": "2013-06-30T19:54:56Z",
      "pushed": "2013-06-30T19:54:56Z"
    },
    {
      "type": "repo",
      "username": "rcrowley",
      "name": "go-metrics",
      "owner": "rcrowley",
      "homepage": "",
      "description": "Go port of Coda Hale's Metrics library",
      "language": "Go",
      "watchers": 131,
      "followers": 131,
      "forks": 22,
      "size": 1098,
      "open_issues": 2,
      "score": 33.329967,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/rcrowley/go-metrics",
      "created": "2011-11-21T21:35:09Z",
      "created_at": "2011-11-21T21:35:09Z",
      "pushed_at": "2013-08-14T14:31:42Z",
      "pushed": "2013-08-14T14:31:42Z"
    },
    {
      "type": "repo",
      "username": "nsf",
      "name": "gocode",
      "owner": "nsf",
      "homepage": "",
      "description": "An autocompletion daemon for the Go programming language",
      "language": "Go",
      "watchers": 1176,
      "followers": 1176,
      "forks": 111,
      "size": 1541,
      "open_issues": 7,
      "score": 33.30753,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/nsf/gocode",
      "created": "2010-07-05T00:13:16Z",
      "created_at": "2010-07-05T00:13:16Z",
      "pushed_at": "2013-08-28T16:24:31Z",
      "pushed": "2013-08-28T16:24:31Z"
    },
    {
      "type": "repo",
      "username": "mikespook",
      "name": "Learning-Go-zh-cn",
      "owner": "mikespook",
      "homepage": null,
      "description": "A free E-Book for learning the Go language (Simplified Chinese).",
      "language": "Go",
      "watchers": 136,
      "followers": 136,
      "forks": 42,
      "size": 5959,
      "open_issues": 1,
      "score": 32.71316,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mikespook/Learning-Go-zh-cn",
      "created": "2013-02-22T08:52:27Z",
      "created_at": "2013-02-22T08:52:27Z",
      "pushed_at": "2013-08-30T13:56:57Z",
      "pushed": "2013-08-30T13:56:57Z"
    },
    {
      "type": "repo",
      "username": "petar",
      "name": "GoLLRB",
      "owner": "petar",
      "homepage": "",
      "description": "A Left-Leaning Red-Black (LLRB) implementation of balanced binary search trees for Google Go",
      "language": "Go",
      "watchers": 119,
      "followers": 119,
      "forks": 22,
      "size": 10984,
      "open_issues": 4,
      "score": 32.673145,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/petar/GoLLRB",
      "created": "2010-08-06T18:29:03Z",
      "created_at": "2010-08-06T18:29:03Z",
      "pushed_at": "2013-04-27T21:51:51Z",
      "pushed": "2013-04-27T21:51:51Z"
    },
    {
      "type": "repo",
      "username": "garyburd",
      "name": "go-websocket",
      "owner": "garyburd",
      "homepage": "",
      "description": "Go-WebSocket is a Go implementation of the WebSocket protocol.  ",
      "language": "Go",
      "watchers": 142,
      "followers": 142,
      "forks": 19,
      "size": 114,
      "open_issues": 0,
      "score": 32.27427,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/garyburd/go-websocket",
      "created": "2012-03-16T22:37:57Z",
      "created_at": "2012-03-16T22:37:57Z",
      "pushed_at": "2013-08-22T21:18:07Z",
      "pushed": "2013-08-22T21:18:07Z"
    },
    {
      "type": "repo",
      "username": "Philio",
      "name": "GoMySQL",
      "owner": "Philio",
      "homepage": "https://groups.google.com/group/gomysql",
      "description": "The most complete and stable MySQL client library written completely in Go. For discussion, ideas, suggestions, feature requests etc, please visit the GoMySQL Google Group (link below). For any issues/bugs or need some help, please post an issue on Github.",
      "language": "Go",
      "watchers": 151,
      "followers": 151,
      "forks": 37,
      "size": 184,
      "open_issues": 13,
      "score": 32.136135,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/Philio/GoMySQL",
      "created": "2010-04-06T11:05:17Z",
      "created_at": "2010-04-06T11:05:17Z",
      "pushed_at": "2011-09-02T12:42:24Z",
      "pushed": "2011-09-02T12:42:24Z"
    },
    {
      "type": "repo",
      "username": "robfig",
      "name": "revel",
      "owner": "robfig",
      "homepage": "http://robfig.github.io/revel/",
      "description": "A high productivity web framework for the Go language, in the spirit of Rails and Play!.",
      "language": "Go",
      "watchers": 2151,
      "followers": 2151,
      "forks": 308,
      "size": 1240,
      "open_issues": 50,
      "score": 31.418932,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/robfig/revel",
      "created": "2011-12-09T04:10:26Z",
      "created_at": "2011-12-09T04:10:26Z",
      "pushed_at": "2013-09-02T03:41:34Z",
      "pushed": "2013-09-02T03:41:34Z"
    },
    {
      "type": "repo",
      "username": "lxn",
      "name": "go-winapi",
      "owner": "lxn",
      "homepage": "",
      "description": "Deprecated - use github.com/lxn/win instead!",
      "language": "Go",
      "watchers": 62,
      "followers": 62,
      "forks": 31,
      "size": 1088,
      "open_issues": 2,
      "score": 31.346209,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/lxn/go-winapi",
      "created": "2011-07-18T21:32:13Z",
      "created_at": "2011-07-18T21:32:13Z",
      "pushed_at": "2013-07-25T12:53:38Z",
      "pushed": "2013-07-25T12:53:38Z"
    },
    {
      "type": "repo",
      "username": "pmylund",
      "name": "go-cache",
      "owner": "pmylund",
      "homepage": "http://patrickmylund.com/projects/go-cache/",
      "description": "An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.",
      "language": "Go",
      "watchers": 85,
      "followers": 85,
      "forks": 21,
      "size": 131,
      "open_issues": 2,
      "score": 30.019535,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/pmylund/go-cache",
      "created": "2012-01-02T13:07:13Z",
      "created_at": "2012-01-02T13:07:13Z",
      "pushed_at": "2013-08-08T19:10:55Z",
      "pushed": "2013-08-08T19:10:55Z"
    },
    {
      "type": "repo",
      "username": "miekg",
      "name": "gobook",
      "owner": "miekg",
      "homepage": "http://www.miek.nl/projects/",
      "description": "A complete introduction into Go",
      "language": "Go",
      "watchers": 486,
      "followers": 486,
      "forks": 62,
      "size": 280,
      "open_issues": 3,
      "score": 29.188934,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/miekg/gobook",
      "created": "2011-05-03T18:46:49Z",
      "created_at": "2011-05-03T18:46:49Z",
      "pushed_at": "2013-06-12T19:45:47Z",
      "pushed": "2013-06-12T19:45:47Z"
    },
    {
      "type": "repo",
      "username": "howeyc",
      "name": "fsnotify",
      "owner": "howeyc",
      "homepage": "",
      "description": "File system notification for Go",
      "language": "Go",
      "watchers": 413,
      "followers": 413,
      "forks": 65,
      "size": 281,
      "open_issues": 8,
      "score": 28.912706,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/howeyc/fsnotify",
      "created": "2012-03-29T00:31:58Z",
      "created_at": "2012-03-29T00:31:58Z",
      "pushed_at": "2013-07-03T12:50:30Z",
      "pushed": "2013-07-03T12:50:30Z"
    },
    {
      "type": "repo",
      "username": "astaxie",
      "name": "gopkg",
      "owner": "astaxie",
      "homepage": null,
      "description": "example for the go pkg's function",
      "language": "Go",
      "watchers": 177,
      "followers": 177,
      "forks": 130,
      "size": 2154,
      "open_issues": 0,
      "score": 28.804539,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/astaxie/gopkg",
      "created": "2013-03-08T06:13:08Z",
      "created_at": "2013-03-08T06:13:08Z",
      "pushed_at": "2013-08-13T09:24:28Z",
      "pushed": "2013-08-13T09:24:28Z"
    },
    {
      "type": "repo",
      "username": "hoisie",
      "name": "mustache",
      "owner": "hoisie",
      "homepage": "",
      "description": "The mustache template language in Go",
      "language": "Go",
      "watchers": 406,
      "followers": 406,
      "forks": 65,
      "size": 195,
      "open_issues": 20,
      "score": 28.626537,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/hoisie/mustache",
      "created": "2009-12-30T21:05:05Z",
      "created_at": "2009-12-30T21:05:05Z",
      "pushed_at": "2013-05-14T22:35:55Z",
      "pushed": "2013-05-14T22:35:55Z"
    },
    {
      "type": "repo",
      "username": "garyburd",
      "name": "go-mongo",
      "owner": "garyburd",
      "homepage": "https://github.com/garyburd/go-mongo#readme",
      "description": "A MongoDB driver for Go.",
      "language": "Go",
      "watchers": 78,
      "followers": 78,
      "forks": 19,
      "size": 172,
      "open_issues": 3,
      "score": 28.39893,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/garyburd/go-mongo",
      "created": "2010-11-03T05:56:17Z",
      "created_at": "2010-11-03T05:56:17Z",
      "pushed_at": "2013-07-05T13:28:07Z",
      "pushed": "2013-07-05T13:28:07Z"
    },
    {
      "type": "repo",
      "username": "coopernurse",
      "name": "gorp",
      "owner": "coopernurse",
      "homepage": "",
      "description": "ORM-ish library for Go",
      "language": "Go",
      "watchers": 353,
      "followers": 353,
      "forks": 69,
      "size": 244,
      "open_issues": 24,
      "score": 28.397726,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/coopernurse/gorp",
      "created": "2012-01-04T19:50:09Z",
      "created_at": "2012-01-04T19:50:09Z",
      "pushed_at": "2013-09-02T04:06:36Z",
      "pushed": "2013-09-02T04:06:36Z"
    },
    {
      "type": "repo",
      "username": "lxn",
      "name": "go-pgsql",
      "owner": "lxn",
      "homepage": "",
      "description": "A PostgreSQL client package for the Go Programming Language",
      "language": "Go",
      "watchers": 74,
      "followers": 74,
      "forks": 19,
      "size": 404,
      "open_issues": 3,
      "score": 28.099533,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/lxn/go-pgsql",
      "created": "2010-08-03T12:53:27Z",
      "created_at": "2010-08-03T12:53:27Z",
      "pushed_at": "2013-05-13T05:16:11Z",
      "pushed": "2013-05-13T05:16:11Z"
    },
    {
      "type": "repo",
      "username": "astaxie",
      "name": "beego",
      "owner": "astaxie",
      "homepage": "beego.me",
      "description": "beego is an open-source, high-performance web framework for the Go programming language.",
      "language": "Go",
      "watchers": 978,
      "followers": 978,
      "forks": 300,
      "size": 4539,
      "open_issues": 16,
      "score": 28.062357,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/astaxie/beego",
      "created": "2012-02-29T02:32:08Z",
      "created_at": "2012-02-29T02:32:08Z",
      "pushed_at": "2013-08-30T04:38:40Z",
      "pushed": "2013-08-30T04:38:40Z"
    },
    {
      "type": "repo",
      "username": "russross",
      "name": "blackfriday",
      "owner": "russross",
      "homepage": "",
      "description": "Blackfriday: a markdown processor for Go",
      "language": "Go",
      "watchers": 403,
      "followers": 403,
      "forks": 54,
      "size": 152,
      "open_issues": 14,
      "score": 27.516134,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/russross/blackfriday",
      "created": "2011-05-27T22:28:58Z",
      "created_at": "2011-05-27T22:28:58Z",
      "pushed_at": "2013-09-01T18:56:32Z",
      "pushed": "2013-09-01T18:56:32Z"
    },
    {
      "type": "repo",
      "username": "cdarwin",
      "name": "go-koans",
      "owner": "cdarwin",
      "homepage": "",
      "description": "koans for go",
      "language": "Go",
      "watchers": 35,
      "followers": 35,
      "forks": 32,
      "size": 120,
      "open_issues": 1,
      "score": 27.320919,
      "has_downloads": true,
      "has_issues": false,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/cdarwin/go-koans",
      "created": "2012-04-26T21:45:40Z",
      "created_at": "2012-04-26T21:45:40Z",
      "pushed_at": "2012-04-26T21:51:24Z",
      "pushed": "2012-04-26T21:51:24Z"
    },
    {
      "type": "repo",
      "username": "zond",
      "name": "god",
      "owner": "zond",
      "homepage": null,
      "description": "A Go database",
      "language": "Go",
      "watchers": 363,
      "followers": 363,
      "forks": 25,
      "size": 3940,
      "open_issues": 1,
      "score": 27.271242,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/zond/god",
      "created": "2012-07-02T22:18:41Z",
      "created_at": "2012-07-02T22:18:41Z",
      "pushed_at": "2013-08-09T13:54:42Z",
      "pushed": "2013-08-09T13:54:42Z"
    },
    {
      "type": "repo",
      "username": "jessevdk",
      "name": "go-flags",
      "owner": "jessevdk",
      "homepage": "http://godoc.org/github.com/jessevdk/go-flags",
      "description": "go command line option parser",
      "language": "Go",
      "watchers": 91,
      "followers": 91,
      "forks": 15,
      "size": 213,
      "open_issues": 0,
      "score": 27.018034,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/jessevdk/go-flags",
      "created": "2012-08-31T13:57:58Z",
      "created_at": "2012-08-31T13:57:58Z",
      "pushed_at": "2013-08-26T21:03:43Z",
      "pushed": "2013-08-26T21:03:43Z"
    },
    {
      "type": "repo",
      "username": "mjibson",
      "name": "go-dsp",
      "owner": "mjibson",
      "homepage": "http://godoc.org/github.com/mjibson/go-dsp",
      "description": "Digital Signal Processing for Go",
      "language": "Go",
      "watchers": 251,
      "followers": 251,
      "forks": 9,
      "size": 224,
      "open_issues": 0,
      "score": 26.87715,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mjibson/go-dsp",
      "created": "2011-11-02T06:28:41Z",
      "created_at": "2011-11-02T06:28:41Z",
      "pushed_at": "2013-04-21T03:01:06Z",
      "pushed": "2013-04-21T03:01:06Z"
    },
    {
      "type": "repo",
      "username": "skynetservices",
      "name": "skynet",
      "owner": "skynetservices",
      "homepage": "",
      "description": "Skynet is a framework for distributed services in Go.",
      "language": "Go",
      "watchers": 578,
      "followers": 578,
      "forks": 65,
      "size": 6918,
      "open_issues": 33,
      "score": 26.429138,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/skynetservices/skynet",
      "created": "2011-06-02T23:56:47Z",
      "created_at": "2011-06-02T23:56:47Z",
      "pushed_at": "2013-08-02T17:04:01Z",
      "pushed": "2013-08-02T17:04:01Z"
    },
    {
      "type": "repo",
      "username": "vito",
      "name": "go-repl",
      "owner": "vito",
      "homepage": "",
      "description": "A Go REPL. Builds up a source .go file over time, compiles it for output.",
      "language": "Go",
      "watchers": 81,
      "followers": 81,
      "forks": 15,
      "size": 132,
      "open_issues": 4,
      "score": 26.345232,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/vito/go-repl",
      "created": "2009-12-07T18:12:09Z",
      "created_at": "2009-12-07T18:12:09Z",
      "pushed_at": "2011-08-18T15:29:19Z",
      "pushed": "2011-08-18T15:29:19Z"
    },
    {
      "type": "repo",
      "username": "garyburd",
      "name": "redigo",
      "owner": "garyburd",
      "homepage": "",
      "description": "Go client for Redis",
      "language": "Go",
      "watchers": 283,
      "followers": 283,
      "forks": 54,
      "size": 232,
      "open_issues": 5,
      "score": 25.622107,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/garyburd/redigo",
      "created": "2012-04-14T04:31:58Z",
      "created_at": "2012-04-14T04:31:58Z",
      "pushed_at": "2013-07-02T11:11:55Z",
      "pushed": "2013-07-02T11:11:55Z"
    },
    {
      "type": "repo",
      "username": "eaigner",
      "name": "hood",
      "owner": "eaigner",
      "homepage": "",
      "description": "Database agnostic ORM for Go",
      "language": "Go",
      "watchers": 371,
      "followers": 371,
      "forks": 44,
      "size": 658,
      "open_issues": 21,
      "score": 25.595343,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/eaigner/hood",
      "created": "2012-12-14T08:54:45Z",
      "created_at": "2012-12-14T08:54:45Z",
      "pushed_at": "2013-06-21T10:38:40Z",
      "pushed": "2013-06-21T10:38:40Z"
    },
    {
      "type": "repo",
      "username": "jteeuwen",
      "name": "go-bindata",
      "owner": "jteeuwen",
      "homepage": "",
      "description": "A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.",
      "language": "Go",
      "watchers": 103,
      "followers": 103,
      "forks": 12,
      "size": 335,
      "open_issues": 0,
      "score": 25.472534,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/jteeuwen/go-bindata",
      "created": "2011-06-17T16:10:30Z",
      "created_at": "2011-06-17T16:10:30Z",
      "pushed_at": "2013-08-01T10:09:07Z",
      "pushed": "2013-08-01T10:09:07Z"
    },
    {
      "type": "repo",
      "username": "thoj",
      "name": "go-ircevent",
      "owner": "thoj",
      "homepage": "",
      "description": "Event based IRC client library in Go (golang)",
      "language": "Go",
      "watchers": 56,
      "followers": 56,
      "forks": 17,
      "size": 240,
      "open_issues": 0,
      "score": 25.397938,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/thoj/go-ircevent",
      "created": "2009-11-18T14:55:35Z",
      "created_at": "2009-11-18T14:55:35Z",
      "pushed_at": "2013-04-04T14:47:22Z",
      "pushed": "2013-04-04T14:47:22Z"
    },
    {
      "type": "repo",
      "username": "skelterjohn",
      "name": "go.matrix",
      "owner": "skelterjohn",
      "homepage": "",
      "description": "linear algebra for go",
      "language": "Go",
      "watchers": 62,
      "followers": 62,
      "forks": 16,
      "size": 180,
      "open_issues": 3,
      "score": 25.37183,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/skelterjohn/go.matrix",
      "created": "2012-04-05T03:19:08Z",
      "created_at": "2012-04-05T03:19:08Z",
      "pushed_at": "2013-05-17T14:41:13Z",
      "pushed": "2013-05-17T14:41:13Z"
    },
    {
      "type": "repo",
      "username": "pomack",
      "name": "thrift4go",
      "owner": "pomack",
      "homepage": "",
      "description": "Apache Thrift for the Go Language",
      "language": "Go",
      "watchers": 95,
      "followers": 95,
      "forks": 22,
      "size": 176,
      "open_issues": 16,
      "score": 24.906572,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/pomack/thrift4go",
      "created": "2010-07-06T09:55:39Z",
      "created_at": "2010-07-06T09:55:39Z",
      "pushed_at": "2012-11-18T19:59:29Z",
      "pushed": "2012-11-18T19:59:29Z"
    },
    {
      "type": "repo",
      "username": "drone",
      "name": "go.stripe",
      "owner": "drone",
      "homepage": null,
      "description": "a simple Credit Card processing library for Go using the Stripe API",
      "language": "Go",
      "watchers": 61,
      "followers": 61,
      "forks": 15,
      "size": 523,
      "open_issues": 6,
      "score": 24.707762,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/drone/go.stripe",
      "created": "2012-05-30T05:47:29Z",
      "created_at": "2012-05-30T05:47:29Z",
      "pushed_at": "2013-07-17T22:57:03Z",
      "pushed": "2013-07-17T22:57:03Z"
    },
    {
      "type": "repo",
      "username": "ugorji",
      "name": "go",
      "owner": "ugorji",
      "homepage": "",
      "description": "Open-Source Go Code. msgpack.org[Go]",
      "language": "Go",
      "watchers": 47,
      "followers": 47,
      "forks": 6,
      "size": 152,
      "open_issues": 1,
      "score": 24.473427,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ugorji/go",
      "created": "2013-05-30T02:13:13Z",
      "created_at": "2013-05-30T02:13:13Z",
      "pushed_at": "2013-09-04T12:52:37Z",
      "pushed": "2013-09-04T12:52:37Z"
    },
    {
      "type": "repo",
      "username": "martine",
      "name": "go-imap",
      "owner": "martine",
      "homepage": "",
      "description": "golang IMAP client library",
      "language": "Go",
      "watchers": 42,
      "followers": 42,
      "forks": 19,
      "size": 126,
      "open_issues": 5,
      "score": 24.401762,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/martine/go-imap",
      "created": "2011-10-28T20:30:56Z",
      "created_at": "2011-10-28T20:30:56Z",
      "pushed_at": "2011-10-28T20:31:13Z",
      "pushed": "2011-10-28T20:31:13Z"
    },
    {
      "type": "repo",
      "username": "kylelemons",
      "name": "go-gypsy",
      "owner": "kylelemons",
      "homepage": "",
      "description": "Go YAML Parser for Simple YAML",
      "language": "Go",
      "watchers": 50,
      "followers": 50,
      "forks": 16,
      "size": 516,
      "open_issues": 3,
      "score": 24.072954,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/kylelemons/go-gypsy",
      "created": "2011-06-19T17:47:02Z",
      "created_at": "2011-06-19T17:47:02Z",
      "pushed_at": "2013-07-30T17:43:49Z",
      "pushed": "2013-07-30T17:43:49Z"
    },
    {
      "type": "repo",
      "username": "mattn",
      "name": "go-webkit",
      "owner": "mattn",
      "homepage": "http://mattn.kaoriya.net/",
      "description": "webkit widget for go-gtk",
      "language": "Go",
      "watchers": 86,
      "followers": 86,
      "forks": 11,
      "size": 124,
      "open_issues": 5,
      "score": 23.705921,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mattn/go-webkit",
      "created": "2011-01-12T10:21:52Z",
      "created_at": "2011-01-12T10:21:52Z",
      "pushed_at": "2012-12-07T09:31:16Z",
      "pushed": "2012-12-07T09:31:16Z"
    },
    {
      "type": "repo",
      "username": "samuel",
      "name": "go-zookeeper",
      "owner": "samuel",
      "homepage": null,
      "description": "Native ZooKeeper client for Go",
      "language": "Go",
      "watchers": 47,
      "followers": 47,
      "forks": 16,
      "size": 284,
      "open_issues": 3,
      "score": 23.6922,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/samuel/go-zookeeper",
      "created": "2012-06-23T20:22:18Z",
      "created_at": "2012-06-23T20:22:18Z",
      "pushed_at": "2013-08-13T17:59:31Z",
      "pushed": "2013-08-13T17:59:31Z"
    },
    {
      "type": "repo",
      "username": "go-gl",
      "name": "gl",
      "owner": "go-gl",
      "homepage": "",
      "description": "Go bindings for OpenGL",
      "language": "Go",
      "watchers": 194,
      "followers": 194,
      "forks": 49,
      "size": 661,
      "open_issues": 9,
      "score": 23.57424,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/go-gl/gl",
      "created": "2009-11-23T22:08:06Z",
      "created_at": "2009-11-23T22:08:06Z",
      "pushed_at": "2013-08-18T08:28:10Z",
      "pushed": "2013-08-18T08:28:10Z"
    },
    {
      "type": "repo",
      "username": "rcrowley",
      "name": "goagain",
      "owner": "rcrowley",
      "homepage": "",
      "description": "Zero-downtime restarts in Go",
      "language": "Go",
      "watchers": 531,
      "followers": 531,
      "forks": 27,
      "size": 101,
      "open_issues": 2,
      "score": 23.571173,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/rcrowley/goagain",
      "created": "2011-08-27T16:55:16Z",
      "created_at": "2011-08-27T16:55:16Z",
      "pushed_at": "2013-08-26T21:16:08Z",
      "pushed": "2013-08-26T21:16:08Z"
    },
    {
      "type": "repo",
      "username": "hoisie",
      "name": "redis",
      "owner": "hoisie",
      "homepage": "",
      "description": "A simple, powerful Redis client for Go",
      "language": "Go",
      "watchers": 230,
      "followers": 230,
      "forks": 77,
      "size": 733,
      "open_issues": 12,
      "score": 23.516796,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/hoisie/redis",
      "created": "2010-01-21T05:58:22Z",
      "created_at": "2010-01-21T05:58:22Z",
      "pushed_at": "2013-06-26T15:06:51Z",
      "pushed": "2013-06-26T15:06:51Z"
    },
    {
      "type": "repo",
      "username": "lib",
      "name": "pq",
      "owner": "lib",
      "homepage": "http://go.pkgdoc.org/github.com/lib/pq",
      "description": "A pure Go postgres driver for database/sql.",
      "language": "Go",
      "watchers": 380,
      "followers": 380,
      "forks": 87,
      "size": 376,
      "open_issues": 31,
      "score": 22.637278,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/lib/pq",
      "created": "2012-03-12T18:50:22Z",
      "created_at": "2012-03-12T18:50:22Z",
      "pushed_at": "2013-08-29T17:36:54Z",
      "pushed": "2013-08-29T17:36:54Z"
    },
    {
      "type": "repo",
      "username": "miekg",
      "name": "dns",
      "owner": "miekg",
      "homepage": "miek.nl/projects/godns",
      "description": "DNS library in Go",
      "language": "Go",
      "watchers": 235,
      "followers": 235,
      "forks": 36,
      "size": 732,
      "open_issues": 0,
      "score": 22.259918,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/miekg/dns",
      "created": "2010-08-03T21:56:23Z",
      "created_at": "2010-08-03T21:56:23Z",
      "pushed_at": "2013-09-03T12:59:40Z",
      "pushed": "2013-09-03T12:59:40Z"
    },
    {
      "type": "repo",
      "username": "tav",
      "name": "go",
      "owner": "tav",
      "homepage": "http://golang.org/",
      "description": "A Git mirror of the Go repository",
      "language": "Go",
      "watchers": 86,
      "followers": 86,
      "forks": 4,
      "size": 460,
      "open_issues": 0,
      "score": 22.002644,
      "has_downloads": true,
      "has_issues": false,
      "has_wiki": false,
      "fork": false,
      "private": false,
      "url": "https://github.com/tav/go",
      "created": "2009-11-24T05:16:26Z",
      "created_at": "2009-11-24T05:16:26Z",
      "pushed_at": "2012-02-29T03:47:28Z",
      "pushed": "2012-02-29T03:47:28Z"
    },
    {
      "type": "repo",
      "username": "libgit2",
      "name": "git2go",
      "owner": "libgit2",
      "homepage": null,
      "description": "Git to Go. Like McDonald's but tastier.",
      "language": "Go",
      "watchers": 80,
      "followers": 80,
      "forks": 17,
      "size": 162,
      "open_issues": 4,
      "score": 21.96757,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/libgit2/git2go",
      "created": "2013-03-05T19:50:43Z",
      "created_at": "2013-03-05T19:50:43Z",
      "pushed_at": "2013-08-09T16:23:35Z",
      "pushed": "2013-08-09T16:23:35Z"
    },
    {
      "type": "repo",
      "username": "eliasnaur",
      "name": "goandroid",
      "owner": "eliasnaur",
      "homepage": "",
      "description": "Patches to Go to enable Android apps written in Go",
      "language": "Go",
      "watchers": 362,
      "followers": 362,
      "forks": 21,
      "size": 268,
      "open_issues": 1,
      "score": 21.684536,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/eliasnaur/goandroid",
      "created": "2013-06-29T14:06:24Z",
      "created_at": "2013-06-29T14:06:24Z",
      "pushed_at": "2013-09-02T09:58:26Z",
      "pushed": "2013-09-02T09:58:26Z"
    },
    {
      "type": "repo",
      "username": "samuel",
      "name": "go-thrift",
      "owner": "samuel",
      "homepage": "",
      "description": "A native Thrift package for Go",
      "language": "Go",
      "watchers": 45,
      "followers": 45,
      "forks": 13,
      "size": 438,
      "open_issues": 9,
      "score": 21.67034,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/samuel/go-thrift",
      "created": "2012-07-09T16:15:09Z",
      "created_at": "2012-07-09T16:15:09Z",
      "pushed_at": "2013-08-30T20:27:02Z",
      "pushed": "2013-08-30T20:27:02Z"
    },
    {
      "type": "repo",
      "username": "skelterjohn",
      "name": "go-gb",
      "owner": "skelterjohn",
      "homepage": "",
      "description": "A(nother) tool to build go projects.",
      "language": "Go",
      "watchers": 81,
      "followers": 81,
      "forks": 9,
      "size": 152,
      "open_issues": 1,
      "score": 21.502762,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/skelterjohn/go-gb",
      "created": "2011-01-27T16:08:18Z",
      "created_at": "2011-01-27T16:08:18Z",
      "pushed_at": "2012-03-31T00:52:18Z",
      "pushed": "2012-03-31T00:52:18Z"
    },
    {
      "type": "repo",
      "username": "mattn",
      "name": "go-v8",
      "owner": "mattn",
      "homepage": "http://mattn.kaoriya.net/",
      "description": "Go binding for v8",
      "language": "Go",
      "watchers": 86,
      "followers": 86,
      "forks": 15,
      "size": 228,
      "open_issues": 2,
      "score": 21.34364,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mattn/go-v8",
      "created": "2011-02-08T11:45:38Z",
      "created_at": "2011-02-08T11:45:38Z",
      "pushed_at": "2013-08-30T14:06:23Z",
      "pushed": "2013-08-30T14:06:23Z"
    },
    {
      "type": "repo",
      "username": "str1ngs",
      "name": "go-git",
      "owner": "str1ngs",
      "homepage": "",
      "description": "Go bindings to libgit2",
      "language": "Go",
      "watchers": 78,
      "followers": 78,
      "forks": 9,
      "size": 152,
      "open_issues": 2,
      "score": 21.24592,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/str1ngs/go-git",
      "created": "2011-03-05T06:01:42Z",
      "created_at": "2011-03-05T06:01:42Z",
      "pushed_at": "2012-08-30T21:34:36Z",
      "pushed": "2012-08-30T21:34:36Z"
    },
    {
      "type": "repo",
      "username": "jteeuwen",
      "name": "go-pkg-rss",
      "owner": "jteeuwen",
      "homepage": "",
      "description": "This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.",
      "language": "Go",
      "watchers": 67,
      "followers": 67,
      "forks": 17,
      "size": 260,
      "open_issues": 0,
      "score": 21.22359,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/jteeuwen/go-pkg-rss",
      "created": "2009-11-23T12:50:35Z",
      "created_at": "2009-11-23T12:50:35Z",
      "pushed_at": "2013-07-07T22:09:39Z",
      "pushed": "2013-07-07T22:09:39Z"
    },
    {
      "type": "repo",
      "username": "virushuo",
      "name": "Go-Apns",
      "owner": "virushuo",
      "homepage": null,
      "description": "Go library for Apple Push Notification Service (APNs)",
      "language": "Go",
      "watchers": 54,
      "followers": 54,
      "forks": 11,
      "size": 188,
      "open_issues": 1,
      "score": 21.175486,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/virushuo/Go-Apns",
      "created": "2012-04-19T11:16:44Z",
      "created_at": "2012-04-19T11:16:44Z",
      "pushed_at": "2013-05-28T05:07:56Z",
      "pushed": "2013-05-28T05:07:56Z"
    },
    {
      "type": "repo",
      "username": "qiniu",
      "name": "go-sdk",
      "owner": "qiniu",
      "homepage": null,
      "description": "golang sdk",
      "language": "Go",
      "watchers": 25,
      "followers": 25,
      "forks": 19,
      "size": 160,
      "open_issues": 0,
      "score": 21.014763,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/qiniu/go-sdk",
      "created": "2012-05-21T03:52:09Z",
      "created_at": "2012-05-21T03:52:09Z",
      "pushed_at": "2013-03-29T03:05:17Z",
      "pushed": "2013-03-29T03:05:17Z"
    },
    {
      "type": "repo",
      "username": "jb55",
      "name": "go-twitter",
      "owner": "jb55",
      "homepage": "http://jb55.github.com/go-twitter",
      "description": "A Go Twitter library",
      "language": "Go",
      "watchers": 51,
      "followers": 51,
      "forks": 11,
      "size": 144,
      "open_issues": 0,
      "score": 20.904615,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/jb55/go-twitter",
      "created": "2009-11-13T03:58:17Z",
      "created_at": "2009-11-13T03:58:17Z",
      "pushed_at": "2012-10-04T16:54:46Z",
      "pushed": "2012-10-04T16:54:46Z"
    },
    {
      "type": "repo",
      "username": "davecgh",
      "name": "go-spew",
      "owner": "davecgh",
      "homepage": null,
      "description": "Implements a deep pretty printer for Go data structures to aid in debugging",
      "language": "Go",
      "watchers": 124,
      "followers": 124,
      "forks": 7,
      "size": 332,
      "open_issues": 1,
      "score": 20.765198,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/davecgh/go-spew",
      "created": "2013-01-09T05:18:22Z",
      "created_at": "2013-01-09T05:18:22Z",
      "pushed_at": "2013-05-08T21:44:56Z",
      "pushed": "2013-05-08T21:44:56Z"
    },
    {
      "type": "repo",
      "username": "igm",
      "name": "sockjs-go",
      "owner": "igm",
      "homepage": null,
      "description": "WebSocket emulation - Go server ",
      "language": "Go",
      "watchers": 35,
      "followers": 35,
      "forks": 14,
      "size": 192,
      "open_issues": 0,
      "score": 20.752417,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/igm/sockjs-go",
      "created": "2012-11-23T11:43:21Z",
      "created_at": "2012-11-23T11:43:21Z",
      "pushed_at": "2013-06-05T20:45:01Z",
      "pushed": "2013-06-05T20:45:01Z"
    },
    {
      "type": "repo",
      "username": "ant0ine",
      "name": "go-json-rest",
      "owner": "ant0ine",
      "homepage": null,
      "description": "A quick and easy way to setup a RESTful JSON API",
      "language": "Go",
      "watchers": 94,
      "followers": 94,
      "forks": 13,
      "size": 564,
      "open_issues": 10,
      "score": 20.670805,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ant0ine/go-json-rest",
      "created": "2013-02-19T03:15:45Z",
      "created_at": "2013-02-19T03:15:45Z",
      "pushed_at": "2013-09-03T03:01:11Z",
      "pushed": "2013-09-03T03:01:11Z"
    },
    {
      "type": "repo",
      "username": "weigj",
      "name": "go-odbc",
      "owner": "weigj",
      "homepage": "",
      "description": "ODBC Driver for Go language",
      "language": "Go",
      "watchers": 34,
      "followers": 34,
      "forks": 14,
      "size": 84,
      "open_issues": 14,
      "score": 20.654661,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/weigj/go-odbc",
      "created": "2011-01-18T12:11:15Z",
      "created_at": "2011-01-18T12:11:15Z",
      "pushed_at": "2012-04-14T03:51:39Z",
      "pushed": "2012-04-14T03:51:39Z"
    },
    {
      "type": "repo",
      "username": "andelf",
      "name": "go-curl",
      "owner": "andelf",
      "homepage": "",
      "description": "golang curl(libcurl) binding.",
      "language": "Go",
      "watchers": 68,
      "followers": 68,
      "forks": 9,
      "size": 183,
      "open_issues": 1,
      "score": 20.556726,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/andelf/go-curl",
      "created": "2011-10-08T01:50:05Z",
      "created_at": "2011-10-08T01:50:05Z",
      "pushed_at": "2013-07-23T06:06:29Z",
      "pushed": "2013-07-23T06:06:29Z"
    },
    {
      "type": "repo",
      "username": "mindreframer",
      "name": "golang-stuff",
      "owner": "mindreframer",
      "homepage": null,
      "description": "interesting go libs",
      "language": "Go",
      "watchers": 353,
      "followers": 353,
      "forks": 21,
      "size": 41787,
      "open_issues": 0,
      "score": 20.419306,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mindreframer/golang-stuff",
      "created": "2013-06-12T13:43:09Z",
      "created_at": "2013-06-12T13:43:09Z",
      "pushed_at": "2013-08-30T17:52:50Z",
      "pushed": "2013-08-30T17:52:50Z"
    },
    {
      "type": "repo",
      "username": "ziutek",
      "name": "mymysql",
      "owner": "ziutek",
      "homepage": "",
      "description": "MySQL Client API written entirely in Go",
      "language": "Go",
      "watchers": 257,
      "followers": 257,
      "forks": 67,
      "size": 828,
      "open_issues": 14,
      "score": 19.90996,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ziutek/mymysql",
      "created": "2010-12-27T15:59:09Z",
      "created_at": "2010-12-27T15:59:09Z",
      "pushed_at": "2013-09-01T20:24:11Z",
      "pushed": "2013-09-01T20:24:11Z"
    },
    {
      "type": "repo",
      "username": "ugorji",
      "name": "go-msgpack",
      "owner": "ugorji",
      "homepage": "",
      "description": "MsgPack library for Go (DEPRECATED. move to github.com/ugorji/go/codec)",
      "language": "Go",
      "watchers": 74,
      "followers": 74,
      "forks": 8,
      "size": 196,
      "open_issues": 0,
      "score": 19.864063,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ugorji/go-msgpack",
      "created": "2012-04-11T16:23:16Z",
      "created_at": "2012-04-11T16:23:16Z",
      "pushed_at": "2013-06-05T20:19:27Z",
      "pushed": "2013-06-05T20:19:27Z"
    },
    {
      "type": "repo",
      "username": "elazarl",
      "name": "goproxy",
      "owner": "elazarl",
      "homepage": "http://ripper234.com/p/introducing-goproxy-light-http-proxy/",
      "description": "An HTTP proxy library for Go",
      "language": "Go",
      "watchers": 155,
      "followers": 155,
      "forks": 31,
      "size": 230,
      "open_issues": 2,
      "score": 19.800188,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/elazarl/goproxy",
      "created": "2012-03-22T22:05:00Z",
      "created_at": "2012-03-22T22:05:00Z",
      "pushed_at": "2013-07-21T23:39:46Z",
      "pushed": "2013-07-21T23:39:46Z"
    },
    {
      "type": "repo",
      "username": "scottferg",
      "name": "Fergulator",
      "owner": "scottferg",
      "homepage": null,
      "description": "NES emulator, written in Go",
      "language": "Go",
      "watchers": 403,
      "followers": 403,
      "forks": 18,
      "size": 316,
      "open_issues": 2,
      "score": 19.796717,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/scottferg/Fergulator",
      "created": "2012-09-16T23:17:48Z",
      "created_at": "2012-09-16T23:17:48Z",
      "pushed_at": "2013-05-19T20:13:10Z",
      "pushed": "2013-05-19T20:13:10Z"
    },
    {
      "type": "repo",
      "username": "axw",
      "name": "llgo",
      "owner": "axw",
      "homepage": "",
      "description": "LLVM-based compiler for Go",
      "language": "Go",
      "watchers": 331,
      "followers": 331,
      "forks": 19,
      "size": 548,
      "open_issues": 11,
      "score": 19.471857,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/axw/llgo",
      "created": "2011-11-05T14:23:32Z",
      "created_at": "2011-11-05T14:23:32Z",
      "pushed_at": "2013-09-02T14:53:55Z",
      "pushed": "2013-09-02T14:53:55Z"
    },
    {
      "type": "repo",
      "username": "sbinet",
      "name": "go-python",
      "owner": "sbinet",
      "homepage": null,
      "description": "naive go bindings to the CPython C-API",
      "language": "Go",
      "watchers": 67,
      "followers": 67,
      "forks": 8,
      "size": 194,
      "open_issues": 1,
      "score": 19.471361,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/sbinet/go-python",
      "created": "2012-07-09T15:43:31Z",
      "created_at": "2012-07-09T15:43:31Z",
      "pushed_at": "2013-08-12T10:24:56Z",
      "pushed": "2013-08-12T10:24:56Z"
    },
    {
      "type": "repo",
      "username": "jbarham",
      "name": "go-cdb",
      "owner": "jbarham",
      "homepage": "",
      "description": "Pure Go implementation of D. J. Bernstein's cdb constant database library.",
      "language": "Go",
      "watchers": 92,
      "followers": 92,
      "forks": 7,
      "size": 148,
      "open_issues": 1,
      "score": 19.461252,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/jbarham/go-cdb",
      "created": "2012-04-03T04:12:11Z",
      "created_at": "2012-04-03T04:12:11Z",
      "pushed_at": "2013-06-11T14:17:27Z",
      "pushed": "2013-06-11T14:17:27Z"
    },
    {
      "type": "repo",
      "username": "mikespook",
      "name": "gearman-go",
      "owner": "mikespook",
      "homepage": null,
      "description": "This package is a Gearman API for Golang. It was implemented a native protocol for both worker and client API.",
      "language": "Go",
      "watchers": 45,
      "followers": 45,
      "forks": 10,
      "size": 1109,
      "open_issues": 3,
      "score": 19.453718,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mikespook/gearman-go",
      "created": "2012-12-21T02:51:14Z",
      "created_at": "2012-12-21T02:51:14Z",
      "pushed_at": "2013-08-30T10:01:39Z",
      "pushed": "2013-08-30T10:01:39Z"
    },
    {
      "type": "repo",
      "username": "bmizerany",
      "name": "pq.go",
      "owner": "bmizerany",
      "homepage": "",
      "description": "",
      "language": "Go",
      "watchers": 44,
      "followers": 44,
      "forks": 10,
      "size": 192,
      "open_issues": 1,
      "score": 19.404566,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/bmizerany/pq.go",
      "created": "2011-10-03T04:29:35Z",
      "created_at": "2011-10-03T04:29:35Z",
      "pushed_at": "2012-04-02T19:44:42Z",
      "pushed": "2012-04-02T19:44:42Z"
    },
    {
      "type": "repo",
      "username": "lxn",
      "name": "walk",
      "owner": "lxn",
      "homepage": "",
      "description": "A Windows GUI toolkit for the Go Programming Language",
      "language": "Go",
      "watchers": 271,
      "followers": 271,
      "forks": 57,
      "size": 2718,
      "open_issues": 8,
      "score": 19.394922,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/lxn/walk",
      "created": "2010-09-16T08:11:49Z",
      "created_at": "2010-09-16T08:11:49Z",
      "pushed_at": "2013-08-04T10:56:12Z",
      "pushed": "2013-08-04T10:56:12Z"
    },
    {
      "type": "repo",
      "username": "bradfitz",
      "name": "gomemcache",
      "owner": "bradfitz",
      "homepage": "",
      "description": "Go Memcached client library #golang",
      "language": "Go",
      "watchers": 181,
      "followers": 181,
      "forks": 41,
      "size": 120,
      "open_issues": 6,
      "score": 19.286034,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/bradfitz/gomemcache",
      "created": "2011-06-28T19:29:12Z",
      "created_at": "2011-06-28T19:29:12Z",
      "pushed_at": "2013-05-08T04:58:32Z",
      "pushed": "2013-05-08T04:58:32Z"
    },
    {
      "type": "repo",
      "username": "bitly",
      "name": "go-notify",
      "owner": "bitly",
      "homepage": null,
      "description": "a Go package to observe notable events in a decoupled fashion",
      "language": "Go",
      "watchers": 84,
      "followers": 84,
      "forks": 7,
      "size": 256,
      "open_issues": 0,
      "score": 19.13591,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/bitly/go-notify",
      "created": "2012-06-21T20:28:35Z",
      "created_at": "2012-06-21T20:28:35Z",
      "pushed_at": "2013-02-17T04:46:04Z",
      "pushed": "2013-02-17T04:46:04Z"
    },
    {
      "type": "repo",
      "username": "ngmoco",
      "name": "falcore",
      "owner": "ngmoco",
      "homepage": "",
      "description": "Modular HTTP server framework for Go",
      "language": "Go",
      "watchers": 316,
      "followers": 316,
      "forks": 28,
      "size": 254,
      "open_issues": 4,
      "score": 19.093927,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/ngmoco/falcore",
      "created": "2012-01-17T22:52:29Z",
      "created_at": "2012-01-17T22:52:29Z",
      "pushed_at": "2013-07-18T20:22:54Z",
      "pushed": "2013-07-18T20:22:54Z"
    },
    {
      "type": "repo",
      "username": "feyeleanor",
      "name": "GoLightly",
      "owner": "feyeleanor",
      "homepage": "http://golightly.games-with-brains.net",
      "description": "A customisable virtual machine written in Go",
      "language": "Go",
      "watchers": 119,
      "followers": 119,
      "forks": 6,
      "size": 344,
      "open_issues": 2,
      "score": 19.069675,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/feyeleanor/GoLightly",
      "created": "2010-01-19T14:17:50Z",
      "created_at": "2010-01-19T14:17:50Z",
      "pushed_at": "2013-02-21T00:43:11Z",
      "pushed": "2013-02-21T00:43:11Z"
    },
    {
      "type": "repo",
      "username": "djimenez",
      "name": "iconv-go",
      "owner": "djimenez",
      "homepage": "",
      "description": "iconv support for Go",
      "language": "Go",
      "watchers": 35,
      "followers": 35,
      "forks": 11,
      "size": 102,
      "open_issues": 4,
      "score": 18.856022,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/djimenez/iconv-go",
      "created": "2011-01-14T23:25:37Z",
      "created_at": "2011-01-14T23:25:37Z",
      "pushed_at": "2013-08-19T16:58:14Z",
      "pushed": "2013-08-19T16:58:14Z"
    },
    {
      "type": "repo",
      "username": "kjk",
      "name": "fofou",
      "owner": "kjk",
      "homepage": "http://blog.kowalczyk.info/software/fofou/",
      "description": "Simple forums software, in Go",
      "language": "Go",
      "watchers": 120,
      "followers": 120,
      "forks": 29,
      "size": 364,
      "open_issues": 0,
      "score": 18.537031,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/kjk/fofou",
      "created": "2008-05-31T03:01:58Z",
      "created_at": "2008-05-31T03:01:58Z",
      "pushed_at": "2013-06-12T08:51:30Z",
      "pushed": "2013-06-12T08:51:30Z"
    },
    {
      "type": "repo",
      "username": "moovweb",
      "name": "gokogiri",
      "owner": "moovweb",
      "homepage": "",
      "description": "A light libxml wrapper for Go",
      "language": "Go",
      "watchers": 151,
      "followers": 151,
      "forks": 23,
      "size": 716,
      "open_issues": 7,
      "score": 17.961374,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/moovweb/gokogiri",
      "created": "2011-07-14T11:10:24Z",
      "created_at": "2011-07-14T11:10:24Z",
      "pushed_at": "2013-09-04T02:49:32Z",
      "pushed": "2013-09-04T02:49:32Z"
    },
    {
      "type": "repo",
      "username": "astaxie",
      "name": "beedb",
      "owner": "astaxie",
      "homepage": "",
      "description": "beedb is a go ORM,support database/sql interface,pq/mysql/sqlite",
      "language": "Go",
      "watchers": 320,
      "followers": 320,
      "forks": 77,
      "size": 893,
      "open_issues": 15,
      "score": 17.817797,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/astaxie/beedb",
      "created": "2012-05-09T14:58:22Z",
      "created_at": "2012-05-09T14:58:22Z",
      "pushed_at": "2013-07-31T04:21:29Z",
      "pushed": "2013-07-31T04:21:29Z"
    },
    {
      "type": "repo",
      "username": "fduraffourg",
      "name": "go-openid",
      "owner": "fduraffourg",
      "homepage": "",
      "description": "OpenID implementation in Go",
      "language": "Go",
      "watchers": 21,
      "followers": 21,
      "forks": 14,
      "size": 144,
      "open_issues": 5,
      "score": 17.814997,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/fduraffourg/go-openid",
      "created": "2010-08-18T10:56:40Z",
      "created_at": "2010-08-18T10:56:40Z",
      "pushed_at": "2013-03-05T20:01:49Z",
      "pushed": "2013-03-05T20:01:49Z"
    },
    {
      "type": "repo",
      "username": "mattn",
      "name": "go-ole",
      "owner": "mattn",
      "homepage": "http://mattn.kaoriya.net/",
      "description": "win32 ole implementation for golang",
      "language": "Go",
      "watchers": 32,
      "followers": 32,
      "forks": 10,
      "size": 173,
      "open_issues": 1,
      "score": 17.771599,
      "has_downloads": true,
      "has_issues": true,
      "has_wiki": true,
      "fork": false,
      "private": false,
      "url": "https://github.com/mattn/go-ole",
      "created": "2011-01-21T12:45:20Z",
      "created_at": "2011-01-21T12:45:20Z",
      "pushed_at": "2013-07-31T09:41:17Z",
      "pushed": "2013-07-31T09:41:17Z"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment