Skip to content

Commit

Permalink
Add packaged level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saolyn committed Oct 30, 2023
1 parent 54f1c93 commit b3d3baf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beacon-chain/db/filesystem/save_blob.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// The filesystem package provides a mechanism for managing and storing binary blob data.
// It offers functionalities for saving and ensuring the integrity of blobs using SHA-256 checksums.
// In order to maintain data integrity we first write to a temporary file and then atomically
// rename the file to its final destination.

package filesystem

import (
Expand Down

0 comments on commit b3d3baf

Please sign in to comment.