I just noticed that its been ~2.5 years since last commit in the age (golang) driver so I was wondering if this is still actively maintaining driver or its moved somewhere else? https://github.com/apache/age/tree/master/drivers/golang/age
The only maintaining part is dependency management in the go.mod which there are some slight activity here: https://github.com/apache/age/tree/master/drivers/golang
(The reason why I thought this way is that possible-separate issue and not-much-golang issues open. I noticed some fmt.Println on the error cases, which is a bit anti-practice when using in the libraries. I was thinking I could file a separate issue to discuss more about it.)
I just noticed that its been ~2.5 years since last commit in the
age(golang) driver so I was wondering if this is still actively maintaining driver or its moved somewhere else? https://github.com/apache/age/tree/master/drivers/golang/ageThe only maintaining part is dependency management in the
go.modwhich there are some slight activity here: https://github.com/apache/age/tree/master/drivers/golang(The reason why I thought this way is that possible-separate issue and not-much-golang issues open. I noticed some
fmt.Printlnon the error cases, which is a bit anti-practice when using in the libraries. I was thinking I could file a separate issue to discuss more about it.)