ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
680 stars 55 forks source link

Issue #29: Adding ListCollections method. #30

Closed DaniloMarques1 closed 2 years ago

ostafen commented 2 years ago

Thank you for fixing. One last more thing. By convention, methods comments in Go have to start with the method name. So the comment should be (I also revised a bit the sentence):

ListCollections returns a slice of strings containing the name of each collection stored in the db.