Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 05 Mar 2017 19:07:00 +0000 Write your first Web Application with Go #web #tutorial Go is a rapidly growing open source programming language designed for building simple, fast, and reliable software. Take a look here which great companies use Go to power their services. 2 points posted by iris-go http://gopherbook.iris-go.com 1872 Sun, 05 Mar 2017 18:15:00 +0000 Iris version 12 released #web - Add version suffix of the **import path**, learn why and see what people voted at [issue #1370](https://github.com/kataras/iris/issues/1370) ![](https://iris-go.com/images/vote-v12-version-suffix_26_oct_2019.png) - All errors are now compatible with go1.13 `errors.Is`, `errors.As` and `fmt.Errorf` and a new `core/errgroup` package created - Fix [#1383](https://github.com/kataras/iris/issues/1383) - Report whether system couldn't find the directory of view templates - Remove the `Party#GetReport` method, keep `Party#GetReporter` which is an `error` and an `errgroup.Group`. - Remove the router's deprecated methods such as StaticWeb and StaticEmbedded_XXX - The `Context#CheckIfModifiedSince` now returns an `context.ErrPreconditionFailed` type of error when client conditions are not met. Usage: `if errors.Is(err, context.ErrPreconditionFailed) { ... }` - Add `SourceFileName` and `SourceLineNumber` to the `Route`, reports the exact position of its registration inside your project's source code. - Fix a bug about the MVC package route binding, see [PR #1364](https://github.com/kataras/iris/pull/1364) - Add `mvc/Application#SortByNumMethods` as requested at [#1343](https://github.com/kataras/iris/issues/1343#issuecomment-524868164) - Add status code `103 Early Hints` - Fix performance of session.UpdateExpiration on 200 thousands+ keys with new radix as reported at [issue #1328](https://github.com/kataras/iris/issues/1328) - New redis session database configuration field: `Driver: redis.Redigo()` or `redis.Radix()`, see [updated examples](_examples/sessions/database/redis/) - Add Clusters support for redis:radix session database (`Driver: redis:Radix()`) as requested at [issue #1339](https://github.com/kataras/iris/issues/1339) - Create Iranian [README_FA](README_FA.md) translation with [PR #1360](https://github.com/kataras/iris/pull/1360) - Create Korean [README_KO](README_KO.md) translation with [PR #1356](https://github.com/kataras/iris/pull/1356) - Create Spanish [README_ES](README_ES.md) and [HISTORY_ES](HISTORY_ES.md) translations with [PR #1344](https://github.com/kataras/iris/pull/1344). 1 points posted by iris-go https://iris-go.com 4182 Fri, 01 Nov 2019 14:21:00 +0000 Minimalistic Go Iris OAuth2 example Basic Auth Example in Go with markbates/goth an OAuth2 library, Gorilla's securecookie and Iris 1 points posted by iris-go http://iris-go.com/v7/recipe/#OAuth2 2299 Fri, 09 Jun 2017 01:15:00 +0000 Web: The fastest web framework for Go in (THIS) Earth. The fastest web framework for Go in (THIS) Earth. http://iris-go.com -2 points posted by xbps2011 984 Wed, 10 Aug 2016 13:17:00 +0000