Instead you get things like this in GO
`var _ litestream.ReplicaClient = (*ReplicaClient)(nil)`
And every single variable is implicitly Type or null because obviously the alternative is more complex
Instead you get things like this in GO
`var _ litestream.ReplicaClient = (*ReplicaClient)(nil)`
And every single variable is implicitly Type or null because obviously the alternative is more complex