Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Docs [Golang] [FileSystem] (#36)
Browse files Browse the repository at this point in the history
* Docs [Golang] [FileSystem]

- [+] chore(file_system_mock.go): remove copyright header

* Docs [Golang] [FileSystem Mock]

- [+] chore(file_system_mock.go): remove copyright header
- [+] docs(file_system_mock.go): update package documentation to describe the purpose of the mock implementation
  • Loading branch information
H0llyW00dzZ authored Dec 11, 2023
1 parent 9408599 commit 7051a4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions filesystem/file_system_mock.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
// Copyright (c) 2023 H0llyW00dzZ
//
// Below, the package filesystem (@file_system_mock.go) furnishes a mock implementation of the FileSystem
// interface intended for testing. It enables the monitoring of file operations and
// the emulation of file system interactions without real disk I/O, showcasing the
// "magic" of Go programming language (🎩🪄).
//
// Additionally, it can be utilized for tracking file activities during tests or without tests (as Expert).
//
// Copyright (c) 2023 H0llyW00dzZ
package filesystem

import (
Expand Down

0 comments on commit 7051a4b

Please sign in to comment.