Merge 1965971a1d8e886453cc9633df8c15757ce6b845 into d3ffc9985281dcf4d3bef604cce4e662b1a327a6

This commit is contained in:
Bojun Chai 2026-04-21 01:16:58 +08:00 committed by GitHub
commit 0890ca57c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
doc.go
View File

@ -1,5 +1,5 @@
/*
Package gin implements a HTTP web framework called gin.
Package gin implements an HTTP web framework called gin.
See https://gin-gonic.com/ for more information about gin.

View File

@ -28,7 +28,7 @@ const (
ErrorTypeAny ErrorType = 1<<64 - 1
)
// Error represents a error's specification.
// Error represents an error's specification.
type Error struct {
Err error
Type ErrorType