mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
rename master branch to main
This commit is contained in:
@@ -260,9 +260,9 @@ const (
|
||||
// See `File` package-level function too.
|
||||
//
|
||||
// Examples:
|
||||
// https://github.com/kataras/iris/tree/master/_examples/logging/request-logger/accesslog
|
||||
// https://github.com/kataras/iris/tree/master/_examples/logging/request-logger/accesslog-template
|
||||
// https://github.com/kataras/iris/tree/master/_examples/logging/request-logger/accesslog-broker
|
||||
// https://github.com/kataras/iris/tree/main/_examples/logging/request-logger/accesslog
|
||||
// https://github.com/kataras/iris/tree/main/_examples/logging/request-logger/accesslog-template
|
||||
// https://github.com/kataras/iris/tree/main/_examples/logging/request-logger/accesslog-broker
|
||||
func New(w io.Writer) *AccessLog {
|
||||
ac := &AccessLog{
|
||||
Clock: clockFunc(time.Now),
|
||||
|
||||
Reference in New Issue
Block a user