1
0
mirror of https://github.com/kataras/iris.git synced 2026-02-09 04:05:56 +00:00

add GetDomain and SetCookieKVExpiration patch functions to the iris.Patches

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-09-21 22:21:14 +03:00
parent 0a4927f6df
commit 5bc0796548
8 changed files with 21 additions and 8 deletions

View File

@@ -462,7 +462,7 @@ With your help, we can improve Open Source web development for everyone!
$ mkdir myapp
$ cd myapp
$ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta5
```
<details><summary>Install on existing project</summary>