-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Rename error variable in go tests to err #8829 renamed the variables from e to err as mentioned in the https://go.dev/doc/effective_go * Update packaging/docker/samples/golang/app/main.go * fixed accidental renames, renamed file from directoryLayer.go to directory_layer.go, to work on go formatting * Rename error variable in go tests to err #8829 renamed the variables from e to err as mentioned in the https://go.dev/doc/effective_go * fixed accidental renames, renamed file from directoryLayer.go to directory_layer.go, to work on go formatting * Update packaging/docker/samples/golang/app/main.go * renamed directoryPartition.go -> directory_partition.go and directorySubspace.go -> directory_subspace.go * updated: comments in files that were renamed, fixed accidental rename in bindings/go/src/fdb/fdb.go * Update doc.go Removed unintentional whitespaces due to formatter * Update get_encryption_keys.go removed unintentional whitespaces in get_encryption_keys.go * removed accidental whitespaces in get_encryption_keys.go * fixed few minor issues while renaming variable * updated: minor tweaks, typos * updated: CMakeLists * removed: named return value * handling nil Pointer exception --------- Co-authored-by: Vishesh Yadav <[email protected]>
- Loading branch information
Showing
25 changed files
with
738 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.