forked from TrueCloudLab/restic
Add docstring for package test
This commit is contained in:
parent
fbf2462325
commit
a654f41ddb
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
||||
|
||||
package test
|
||||
|
||||
import (
|
||||
|
|
|
@ -24,6 +24,7 @@ var data struct {
|
|||
|
||||
var testTemplate = `
|
||||
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
||||
|
||||
package {{ .Package }}
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// Package test contains a test suite for restic backends.
|
||||
package test
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue