You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
golang version 1.19
Desktop (please complete the following information):
OS: windows
iris.Version
v12.2.8
Please make sure the bug is reproducible over the main branch:
mkdir myapp
cd myapp
go mod init myapp
Create the simplest Iris application according to the document
go mod tidy
go run ./main.go
go run main.go
......\go\pkg\mod\github.com\kataras\[email protected]\integration.go:5:2: package log/slog is not in GOROOT (C:\Program Files\Go\src\log\slog)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
iris.Version
Please make sure the bug is reproducible over the
main
branch:mkdir myapp
cd myapp
go mod init myapp
Create the simplest Iris application according to the document
go mod tidy
go run ./main.go
go run main.go
......\go\pkg\mod\github.com\kataras\[email protected]\integration.go:5:2: package log/slog is not in GOROOT (C:\Program Files\Go\src\log\slog)
The text was updated successfully, but these errors were encountered: