mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
release version 12.2.10
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
var (
|
||||
// PackageName is the Iris Go module package name.
|
||||
PackageName = strings.TrimSuffix(reflect.TypeOf(Handlers{}).PkgPath(), "/context")
|
||||
PackageName = strings.TrimSuffix(reflect.TypeOf(Context{}).PkgPath(), "/context")
|
||||
|
||||
// WorkingDir is the (initial) current directory.
|
||||
WorkingDir, _ = os.Getwd()
|
||||
|
||||
Reference in New Issue
Block a user