Here is my suggestion to replace "Type lists in interfaces"
```
type Float interface {
    type float32, float64
}


 ```
Can be
```
type Float = float32 | float64


type Ordered = int | int32 | ... Float | string
```

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/tencent_EC95065B9C2FB5DB4B9CF54527977BD42606%40qq.com.

Reply via email to