예제 #1
0
파일: config.go 프로젝트: xtracdev/xavi
func readKey(key string, kvs kvstore.KVStore) ([]byte, error) {
	log.Info("Read key " + key)
	return kvs.Get(key)
}