Add minimal documentation for backend/{local,sftp}

This commit is contained in:
Alexander Neumann 2015-05-09 12:54:45 +02:00
parent e4e502959f
commit 9ac6a1d232
2 changed files with 5 additions and 0 deletions

2
backend/local/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package local implements repository storage in a local directory.
package local

3
backend/sftp/doc.go Normal file
View File

@ -0,0 +1,3 @@
// Package sftp implements repository storage in a directory on a remote server
// via the sftp protocol.
package sftp