Use the modern Go type alias `any` instead of `interface{}` throughout
all packages for improved readability and consistency with current Go idioms.
|
||
|---|---|---|
| .. | ||
| config.go | ||
| database.go | ||
| iterator.go | ||
Use the modern Go type alias `any` instead of `interface{}` throughout
all packages for improved readability and consistency with current Go idioms.
|
||
|---|---|---|
| .. | ||
| config.go | ||
| database.go | ||
| iterator.go | ||