Fix go compiling errors (#12241)

fdb_test.go:409:1: ExampleGetClientStatus refers to unknown identifier: GetClientStatus
This commit is contained in:
Jingyu Zhou
2025-07-11 17:22:28 -07:00
committed by GitHub
parent b2dffde9f4
commit 7e34cee143

View File

@@ -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 {