ydb add empty doc file

This commit is contained in:
Konstantin Lebedev 2022-05-05 11:12:14 +05:00
parent f58adaab25
commit e6d2cb5911
2 changed files with 12 additions and 0 deletions

9
weed/filer/ydb/doc.go Normal file
View file

@ -0,0 +1,9 @@
/*
Package ydb is for YDB filer store.
The referenced "github.com/ydb-platform/ydb-go-sdk/v3" library is too big when compiled.
So this is only compiled in "make full_install".
*/
package ydb

View file

@ -1,3 +1,6 @@
//go:build ydb
// +build ydb
package ydb
import asql "github.com/chrislusf/seaweedfs/weed/filer/abstract_sql"