Remove 'go generate'

This commit is contained in:
Alexander Neumann 2020-07-19 17:28:42 +02:00
parent 7dc200c593
commit 8074879c5f
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import (
"github.com/restic/restic/internal/backend/test"
)
//go:generate go run generate_test_list.go
type memConfig struct {
be restic.Backend
}