File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ func ExampleConn_ExternalBind() {
393393 // Conduct ldap queries
394394}
395395
396- // ExampleWhoAmI demonstrates how to run a whoami request according to https://tools.ietf.org/html/rfc4532
397- func ExampleWhoAmI () {
396+ // ExampleConn_WhoAmI demonstrates how to run a whoami request according to https://tools.ietf.org/html/rfc4532
397+ func ExampleConn_WhoAmI () {
398398 conn , err := DialURL ("ldap.example.org:389" )
399399 if err != nil {
400400 log .Fatalf ("Failed to connect: %s\n " , err )
Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ func ExampleConn_ExternalBind() {
393393 // Conduct ldap queries
394394}
395395
396- // ExampleWhoAmI demonstrates how to run a whoami request according to https://tools.ietf.org/html/rfc4532
397- func ExampleWhoAmI () {
396+ // ExampleConn_WhoAmI demonstrates how to run a whoami request according to https://tools.ietf.org/html/rfc4532
397+ func ExampleConn_WhoAmI () {
398398 conn , err := DialURL ("ldap.example.org:389" )
399399 if err != nil {
400400 log .Fatalf ("Failed to connect: %s\n " , err )
You can’t perform that action at this time.
0 commit comments