docs [ci skip]

This commit is contained in:
Henrique Dias 2017-07-20 09:32:42 +01:00
parent 4d71b72702
commit 2cdd901f23
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 10 additions and 0 deletions

10
doc.go Normal file
View File

@ -0,0 +1,10 @@
/*
Package filemanager provides a web interface to access
your files wherever you are.
To use this package, you'll need to start by creating a
filemanager instance:
fm, err := New(database, user)
*/
package filemanager