Date: 2025-02-27 02:47:53
Score: 2
Natty:
- []T is a slice type. A variable with type []interface{} has a specific memory layout different from interface
- cannot quickly assign something of type []MyType to something of type []interface{};
Reasons:
- Low length (0.5):
- No code block (0.5):
- Low reputation (1):
Posted by: andi zhai