diff --git a/Articles.md b/Articles.md index ec4dcbad..f977a39a 100644 --- a/Articles.md +++ b/Articles.md @@ -90,8 +90,9 @@ Start by reading the [overview of server programming](LearnServerProgramming) do Start by reading the [overview of mobile development](Mobile) documentation first. + * [Go Mobile: Next generation of mobile apps](https://www.linkedin.com/pulse/go-mobile-next-generation-apps-daniele-baroncelli) _2015-09-18_ + * [iOS Apps with Go - Video by Josh Deprez](https://www.youtube.com/watch?v=bftMhhMIJNo) _2015-09-17_ * [5 Part Series - Mobile Go](https://medium.com/using-go-in-mobile-apps) - * [iOS Apps with Go - Video by Josh Deprez](https://www.youtube.com/watch?v=bftMhhMIJNo) ## Interfaces / OOP diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index de595278..20a6d57c 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -36,6 +36,7 @@ If you decide you need a bit more infrastructure, start by looking at some of th * [Go Craft Middleware](https://github.com/gocraft/web) * [Go RESTful](https://github.com/emicklei/go-restful) - Toolkit for RESTful service APIs * [Kite Micro-service framework](https://github.com/koding/kite) +* [Alice - Painless middleware chaining for Go](https://github.com/justinas/alice) ### Frameworks @@ -107,4 +108,4 @@ If you decide you need a bit more infrastructure, start by looking at some of th ### Openstack / Rackspace - Rackspace's [gophercloud](https://github.com/rackspace/gophercloud) is a Golang SDK for working with OpenStack clouds. -- Search packages for [Openstack](http://godoc.org/?q=openstack) or [Rackspace](http://godoc.org/?q=rackspace) \ No newline at end of file +- Search packages for [Openstack](http://godoc.org/?q=openstack) or [Rackspace](http://godoc.org/?q=rackspace) diff --git a/Projects.md b/Projects.md index eda66b16..f2ec5b56 100644 --- a/Projects.md +++ b/Projects.md @@ -46,7 +46,7 @@ If you find a project in this list that is dead or broken, please either mark it * [GUIs and Widget Toolkits](#guis-and-widget-toolkits) * [Hardware](#hardware) * [Language and Linguistics](#language-and-linguistics) -* [Logging](#logging) +* [Logging & Monitoring](#logging-and-monitoring) * [Machine Learning](#machine-learning) * [Mathematics](#mathematics) * [Microservices](#microserices) @@ -761,7 +761,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [sego](https://github.com/huichen/sego) - Chinese language segmenter. * [textcat](https://github.com/pebbe/textcat) - N-gram based text categorization, with support for utf-8 and raw text -## Logging +## Logging and Monitoring * [colog](https://github.com/comail/colog) - CoLog is a prefix-based leveled execution log for Go * [factorlog](https://github.com/kdar/factorlog) - Really fast, featureful logging infrastructure (supports colors, verbosity, and many formats) @@ -772,6 +772,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [jWalterWeatherman](https://github.com/spf13/jwalterweatherman) - Seamless terminal printing and file logging that’s as easy to use as fmt.Println * [log4go](http://log4go.googlecode.com/) - Go logging package akin to log4j * [logrus](https://github.com/Sirupsen/logrus) - Structured, pluggable logging for Go with built-in hooks for third-party loggers: Airbrake, Papertrail, Loggly, Sentry... + * [MailJet Live Event Dashboard](https://github.com/arnaudbreton/mailjet-live-event-dashboard) - API monitoring in real time. * [rfw](https://github.com/mipearson/rfw) - Rotating file writer - a 'logrotate'-aware file output for use with loggers * [sd](https://github.com/aletheia7/sd) - Writes to the systemd journal, supports user defined systemd journal fields * [seelog](https://github.com/cihub/seelog) - Flexible dispatching, filtering, and formatting