Ver código fonte

Readme changes

luis 7 anos atrás
pai
commit
16be451fa6
2 arquivos alterados com 5 adições e 10 exclusões
  1. 3 8
      README.md
  2. 2 2
      version.go

+ 3 - 8
README.md

@@ -35,14 +35,7 @@ $ cloudmount MOUNTPOINT
 #### Support for:
 * Google Drive
 
-
-
-
-
-
-
 ### Google Drive
-07-05-2017
 
 
 Setup Google client secrets:
@@ -72,5 +65,7 @@ HUP    | Perform a GC and shows memory usage <small>Works when its not running i
 
 
 
-
+#### TODO & IDEAS:
+* Consider using github.com/codegangsta/cli
+* Use a single .json/ .yaml file for mount source: cloudmount file.json destfolder where file.json contains fs type, credentials, configurations etc
 

+ 2 - 2
version.go

@@ -1,6 +1,6 @@
 package main
 
 const (
-  //Version contains version of the package
-  Version = "0.3 - built: 2017-07-10 20:25:20 UTC"
+	//Version contains version of the package
+	Version = "0.3 - built: 2017-07-10 20:25:20 UTC"
 )