From 31ce8e9a3ce48d8fae08e6be6dee3248b5b63a7a Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 13 Jun 2016 22:14:19 +0100 Subject: Run the linter as part of tests. Fix lint warnings. --- server/fs/s3.go | 1 + 1 file changed, 1 insertion(+) (limited to 'server/fs') diff --git a/server/fs/s3.go b/server/fs/s3.go index 4e82bb4..e16e7d6 100644 --- a/server/fs/s3.go +++ b/server/fs/s3.go @@ -19,6 +19,7 @@ import ( "github.com/nsheridan/cashier/server/config" ) +// Register the /s3/ filesystem as a well-known filesystem. func Register(config *config.AWS) { ac := &aws.Config{} // If region is unset the SDK will attempt to read the region from the environment. -- cgit v1.2.3