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

accesslog: add Truncate method as requested at #1631

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-14 12:15:08 +03:00
parent 54a095c23f
commit 701713efdb
3 changed files with 52 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Package main shows to create a quite fast custom Log Formatter.
// Package main shows how to create a quite fast custom Log Formatter.
// Note that, this example requires a little more knowledge about Go.
package main