Commit Graph

1318 Commits (d85f7954c45842139d6c0c798126ed9e5c115c01)

Author SHA1 Message Date
kirillDanshin d85f7954c4 Merge pull request #907 from rs/rest-layer
Add rest-layer
8 years ago
kirillDanshin 1a7e46d975 Merge pull request #917 from yanyiwu/patch-1
gojieba
8 years ago
kirillDanshin 087c3c2392 Merge pull request #923 from dixonwille/patch-1
Add WLog and WMenu
8 years ago
joeybloggs b6bf72de71 Add Structured Logging library https://github.com/go-playground/log 8 years ago
Will Dixon 49133a92a6 Added Wmenu 8 years ago
Will Dixon ecbaaef90e Added Wlog 8 years ago
Bjørn Erik Pedersen 8ff28846e0 Add Storm ORM 8 years ago
yanyiwu c80306466c alphabetical order 8 years ago
Yanyi Wu 6280ad16ee gojieba
[GoJieba](https://github.com/yanyiwu/gojieba) - This is a Go implementation of [jieba](https://github.com/fxsjy/jieba) which a Chinese word splitting algorithm.

[here](https://github.com/yanyiwu/gojieba/blob/master/README_EN.md) is its english README.md
8 years ago
kirillDanshin b69d8dcf59 Merge pull request #914 from charneykaye/master
Add gofpdf
8 years ago
kirillDanshin 9f03d0264f Merge pull request #913 from appleboy/patch-3
Add a push notification server (gorush).
8 years ago
Matt Holt 872571264d Add archiver 8 years ago
Charney Kaye 7d5df926d6 Add gofpdf 8 years ago
kirillDanshin 2a6f5223b9 Merge pull request #908 from schachmat/patch-1
add ingo config utility
8 years ago
Bo-Yi Wu 4adb764dcd Add a push notification server.
A push notification server using Gin framework written in Go (Golang).

* Support Google Cloud Message using go-gcm library for Android.
* Support HTTP/2 Apple Push Notification Service using apns2 library.
* Support YAML configuration.
* Support command line to send single Android or iOS notification.
* Support Web API to send push notification.
* Support zero downtime restarts for go servers using endless.
* Support HTTP/2 or HTTP/1.1 protocol.
8 years ago
Harrison Shoebridge b9446d2aa4 Rename Engi to Engo
We've recently renamed the project and moved to an organisation.
8 years ago
kirillDanshin 8b4776b929 Merge pull request #905 from lemire/master
adding the roaring library (compressed bitset format)
8 years ago
Pavel Larkin cadbc5fa42 Add data structure: adaptive radix tree 8 years ago
schachmat dbb812167c add ingo config utility 8 years ago
kirillDanshin 0769389d7b Merge pull request #901 from mmcdole/patch-1
Add gofeed
8 years ago
Olivier Poitrey 0a1e6670a6 Add rest-layer 8 years ago
Nick Stogner 910cec137c Add httpware 8 years ago
Daniel Lemire fb452ea8b7 Putting back the spurious space? 8 years ago
Daniel Lemire f88f4cf90d Proposing the addition of roaring. 8 years ago
kirillDanshin 42263cb876 Merge pull request #894 from appleboy/patch-1
Add gofight package in testing section.
8 years ago
kirillDanshin 2e006ed7db Merge pull request #899 from quii/master
adding mockingjay
8 years ago
kirillDanshin a9feb7d53a Merge pull request #837 from songgao/patch-3
Add ether (for sending/receiving ethernet frames)
8 years ago
mmcdole c45b72af35 Add github.com/mmcdole/gofeed 8 years ago
Paolo Galeone d9aebd20cf Add rts: https://github.com/galeone/rts
Add https://github.com/galeone/rts
8 years ago
kirillDanshin 13dab1684a Merge pull request #867 from galeone/master
Add igor: https://github.com/galeone/igor
8 years ago
kirillDanshin 91d2d16d70 Merge pull request #879 from VorT3x/master
Add afero to miscellaneous category
8 years ago
Chris James 665cd1788e adding mockingjay 8 years ago
Bo-Yi Wu a0d330f514 Fix markdown error 8 years ago
kirillDanshin 81066af5cf Merge pull request #875 from ihash/master
Authboss added to Authentication & OAuth
8 years ago
Bo-Yi Wu 11dd933635 Add gofight package in testing section.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
kirillDanshin 44afcef8a7 Merge pull request #878 from osklyar/master
Added Structured Log Facade (SLF) and a reference implementation
8 years ago
kirillDanshin 3a6f02ab53 Merge pull request #877 from dimiro1/patch-2
Added lib banner
8 years ago
kirillDanshin dc811159c2 Merge pull request #880 from andygrunwald/go-jira
Add go-jira: Go client library for Atlassian JIRA
8 years ago
kirillDanshin 7aed67f16c Merge pull request #882 from andygrunwald/megos
Added megos: A client library for accessing an Apache Mesos Cluster
8 years ago
Charney Kaye 59df3be0e9 re-add github.com/go-music-theory/music-theory 8 years ago
kirillDanshin a7e629052d Merge pull request #886 from charneykaye/ontomix-to-mix
go-ontomix/ontomix moved to go-mix/mix
8 years ago
kirillDanshin 5dd0bb31de Merge pull request #889 from tidwall/patch-1
Adding Tile38
8 years ago
Dean Karn 4ac46dba0b Merge pull request #876 from joeybloggs/master
Add lars http router
8 years ago
Josh Baker 9214068e91 Adding Tile38
Tile38 is a geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.

It's like Redis but for GIS.

- Website: https://tile38.com
- godoc.org: https://godoc.org/github.com/tidwall/tile38
- goreportcard.com: https://goreportcard.com/report/github.com/tidwall/tile38
8 years ago
Adrien Delorme 4fe619d26b add link to VarHandler
* https://github.com/azr/generators/tree/master/varhandler
8 years ago
Charney Kaye 79cc8dc126 go-ontomix/ontomix is now go-mix/mix 8 years ago
joeybloggs b56dd6c8ce correct description typo 8 years ago
Charney Kaye 21182dd6b5 add github.com/go-music-theory/music-theory 8 years ago
Andy Grunwald bc92d36d9c Added megos: A client library for accessing an Apache Mesos Cluster 8 years ago
Dmitri Logvinenko e24c32d85a Fix ordering (build fix) 8 years ago