Both interface{} and any (which is just an alias for interface{} introduced in Go 1.18) represent the empty interface that all types satisfy.
|
||
|---|---|---|
| .. | ||
| openai.go | ||
| openai_test.go | ||
Both interface{} and any (which is just an alias for interface{} introduced in Go 1.18) represent the empty interface that all types satisfy.
|
||
|---|---|---|
| .. | ||
| openai.go | ||
| openai_test.go | ||