1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

Add docstring for package test

This commit is contained in:
Alexander Neumann 2017-05-12 21:19:32 +02:00
parent fbf2462325
commit a654f41ddb
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
// DO NOT EDIT, AUTOMATICALLY GENERATED
package test
import (

View file

@ -24,6 +24,7 @@ var data struct {
var testTemplate = `
// DO NOT EDIT, AUTOMATICALLY GENERATED
package {{ .Package }}
import (

View file

@ -1,3 +1,4 @@
// Package test contains a test suite for restic backends.
package test
import (