Skip to content

Commit

Permalink
add stub for godoc processing
Browse files Browse the repository at this point in the history
  • Loading branch information
KireinaHoro committed Jan 26, 2018
1 parent 825660c commit fb1a305
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivesync.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package DriveSync

// for godoc generation
import (
_ "github.com/KireinaHoro/DriveSync/auth"
_ "github.com/KireinaHoro/DriveSync/remote"
)

0 comments on commit fb1a305

Please sign in to comment.