This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/mocks/default.go
Tim Wundenberg 53718d8710
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 56s
fix: renovate import
2024-10-05 12:31:52 +02:00

6 lines
64 B
Go

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