1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

update kataras/golog and kataras/pio deps

Former-commit-id: 0f736f181b01771701b43cf4eef46b7086838fc7
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-06-09 06:30:12 +03:00
parent 2042637e41
commit 2c39828fe2
5 changed files with 60 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/kataras/iris/v12/middleware/logger"
)
const deleteFileOnExit = true
const deleteFileOnExit = false
func main() {
app := iris.New()