[PR #1045] [MERGED] Use any instead of interface{} #1142

Closed
opened 2026-03-03 12:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1045
Author: @fsouza
Created: 1/12/2023
Status: Merged
Merged: 1/12/2023
Merged by: @fsouza

Base: mainHead: interface{}->any


📝 Commits (1)

  • c82b595 Use any instead of interface{}

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 fakestorage/json_response.go (+2 -2)
📝 fakestorage/response.go (+5 -5)
📝 fakestorage/xml_response.go (+2 -2)

📄 Description

I meant to do this when Go 1.19 was released, but I got distracted. Now Go 1.20 is around the corner, so let's get rolling with this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1045 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 1/12/2023 **Status:** ✅ Merged **Merged:** 1/12/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `interface{}->any` --- ### 📝 Commits (1) - [`c82b595`](https://github.com/fsouza/fake-gcs-server/commit/c82b5951a646cd1b3a95de4849bc869cda4c94e6) Use `any` instead of `interface{}` ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/json_response.go` (+2 -2) 📝 `fakestorage/response.go` (+5 -5) 📝 `fakestorage/xml_response.go` (+2 -2) </details> ### 📄 Description I meant to do this when Go 1.19 was released, but I got distracted. Now Go 1.20 is around the corner, so let's get rolling with this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1142
No description provided.