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 (