mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Add commit name and commit email to git client
This commit is contained in:
@@ -59,6 +59,7 @@ type mockFS struct {
|
||||
StatError error
|
||||
}
|
||||
|
||||
//revive:disable:unexported-return
|
||||
func NewMockFS() *mockFS {
|
||||
return &mockFS{
|
||||
ReadCalls: make(map[string]int),
|
||||
|
||||
Reference in New Issue
Block a user