functionality in go?
>> myapp start
The above command will start my app and load a database.
Then in another windows or if possible same window, I want to be able to execute some commands
>> myapp put key val
>> myapp get key
what's your OS?
so, yu want to create a cli app?
You have a database running then you just hook into it... Use a database driver.
Обсуждают сегодня