| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Freeze operation operate on the package database and GOPATH. This
operation will ensure that all packages listed on database file is
installed with their specific version on GOPATH. Also, all packages that
are not registered will be removed from GOPATH "src" and "pkg" directories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
".Deps" field return all imports recursively. I though it was all imports
in current directory and their subdirectory ("./..."), turn out it was
imports of imports.
|
|
|
|
|
|
|
|
|
|
|
|
Not all methods can be tested due to some operation requiring network
connection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|