This repository has been archived on 2026-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spend-sparrow/mocks/default.go
2024-10-05 12:31:52 +02:00

6 lines
64 B
Go

package mocks
import (
_ "github.com/stretchr/testify/mock"
)