Define global default value at initialisation
This commit is contained in:
parent
bf86e40db0
commit
cd5a9d06ea
9 changed files with 31 additions and 33 deletions
|
@ -17,10 +17,10 @@ import (
|
|||
"github.com/dchest/blake2b"
|
||||
)
|
||||
|
||||
var CloudDAVBase string
|
||||
var CloudUsername string
|
||||
var CloudPassword string
|
||||
var RapidImport bool
|
||||
var CloudDAVBase string = "https://srs.epita.fr/owncloud/remote.php/webdav/FIC 2018"
|
||||
var CloudUsername string = "fic"
|
||||
var CloudPassword string = ""
|
||||
var RapidImport bool = false
|
||||
|
||||
type uploadedFile struct {
|
||||
URI string
|
||||
|
|
Reference in a new issue