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
Another os/gres related quetions:
Since I have a *File type variable f from gres.UnpackContent , how can I add it directly to resource?
gres.Add(string(f.Content())) also return a error.
Go version
1.23.4
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
err := gres.Load("./xxx/xxx.file")
fmt.Println(err)
What did you see happen?
gzip.NewReader failed: gzip: invalid header
What did you expect to see?
file is loaded to resource without error
The text was updated successfully, but these errors were encountered: