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"
)