mirror of
https://github.com/restic/restic.git
synced 2025-06-08 08:08:30 +00:00
Add docstring for package test
This commit is contained in:
parent
fbf2462325
commit
a654f41ddb
@ -1,4 +1,5 @@
|
|||||||
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -24,6 +24,7 @@ var data struct {
|
|||||||
|
|
||||||
var testTemplate = `
|
var testTemplate = `
|
||||||
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
// DO NOT EDIT, AUTOMATICALLY GENERATED
|
||||||
|
|
||||||
package {{ .Package }}
|
package {{ .Package }}
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Package test contains a test suite for restic backends.
|
||||||
package test
|
package test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user