ElektraInitiative / go-elektra-archive

Go bindings for Elektra
https://libelektra.org
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Lowlevel go bindings for kdb.h #1

Closed raphi011 closed 5 years ago

markus2330 commented 5 years ago

Please add a README.md

Do you really want all files flat? https://github.com/micro/go-micro/tree/master/config is quite structured (https://github.com/spf13/viper not, although)

raphi011 commented 5 years ago

My current plan is to use the root directory as the import for the high level api e.g: import github.com/ElektraInitiative/go-elektra or the vanity binding: libelektra.org/go, and the low level kdb import: import github.com/ElektraInitiative/go-elektra/kdb or import libelektra.org/go/kdb.

If plugin bindings are added that would be import github.com/ElektraInitiative/go-elektra/plugin

raphi011 commented 5 years ago

@markus2330 I've added a readme, you can take a look if you got time. I would like to merge this soon as I can then create a vanity import and remove the local relative import path from elektradv2 -> kdb

raphi011 commented 5 years ago

Should be fine to merge now @markus2330

markus2330 commented 5 years ago

I merged it, looking forward to see the discussed updates soon!

markus2330 commented 5 years ago

(Feel free to remove the branch if you do not need it.)