Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TMPDIR = "./tmp" PROGRAM, _ = filepath.Abs(os.Args[0]) SELFDIR = filepath.Dir(PROGRAM) GOPM = filepath.Join(SELFDIR, "bin/gopm") HOSTNAME = "localhost" HOSTINFO = &xrpc.HostInfo{Os: runtime.GOOS, Arch: runtime.GOARCH, Host: HOSTNAME} )
View Source
var IsPrivateUpload bool //todo
Functions ¶
func GoInterval ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.