that;
val, err := db.get([]byte("my-key"))
But the value comes from callback method in this library. So, I can't use that value outside of the callback method. Is it right to assign it another variable that initialized outside of the callback?
Обсуждают сегодня