mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Fix go compiling errors (#12241)
fdb_test.go:409:1: ExampleGetClientStatus refers to unknown identifier: GetClientStatus
This commit is contained in:
@@ -406,7 +406,7 @@ func TestGetClientStatus(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func ExampleGetClientStatus() {
|
||||
func ExampleDatabase_GetClientStatus() {
|
||||
fdb.MustAPIVersion(API_VERSION)
|
||||
err := fdb.Options().SetDisableClientBypass()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user