From fb1a3057bb2dae7ccd8db2c03dfc2f7e7f4a529e Mon Sep 17 00:00:00 2001 From: KireinaHoro Date: Sat, 27 Jan 2018 01:30:35 +0800 Subject: [PATCH] add stub for godoc processing --- drivesync.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 drivesync.go diff --git a/drivesync.go b/drivesync.go new file mode 100644 index 0000000..e90dcf9 --- /dev/null +++ b/drivesync.go @@ -0,0 +1,7 @@ +package DriveSync + +// for godoc generation +import ( + _ "github.com/KireinaHoro/DriveSync/auth" + _ "github.com/KireinaHoro/DriveSync/remote" +)