$45 GRAYBYTE WORDPRESS FILE MANAGER $70

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib/golang/src/

HOME
Current File : /lib/golang/src//README.vendor
Vendoring in std and cmd
========================

The Go command maintains copies of external packages needed by the
standard library in the src/vendor and src/cmd/vendor directories.

There are two modules, std and cmd, defined in src/go.mod and
src/cmd/go.mod. When a package outside std or cmd is imported
by a package inside std or cmd, the import path is interpreted
as if it had a "vendor/" prefix. For example, within "crypto/tls",
an import of "golang.org/x/crypto/cryptobyte" resolves to
"vendor/golang.org/x/crypto/cryptobyte". When a package with the
same path is imported from a package outside std or cmd, it will
be resolved normally. Consequently, a binary may be built with two
copies of a package at different versions if the package is
imported normally and vendored by the standard library.

Vendored packages are internally renamed with a "vendor/" prefix
to preserve the invariant that all packages have distinct paths.
This is necessary to avoid compiler and linker conflicts. Adding
a "vendor/" prefix also maintains the invariant that standard
library packages begin with a dotless path element.

The module requirements of std and cmd do not influence version
selection in other modules. They are only considered when running
module commands like 'go get' and 'go mod vendor' from a directory
in GOROOT/src.

Maintaining vendor directories
==============================

Before updating vendor directories, ensure that module mode is enabled.
Make sure that GO111MODULE is not set in the environment, or that it is
set to 'on' or 'auto', and if you use a go.work file, set GOWORK=off.

Also, ensure that 'go env GOROOT' shows the root of this Go source
tree. Otherwise, the results are undefined. It's recommended to build
Go from source and use that 'go' binary to update its source tree.

Requirements may be added, updated, and removed with 'go get'.
The vendor directory may be updated with 'go mod vendor'.
A typical sequence might be:

    cd src  # or src/cmd
    go get golang.org/x/net@master
    go mod tidy
    go mod vendor

Use caution when passing '-u' to 'go get'. The '-u' flag updates
modules providing all transitively imported packages, not only
the module providing the target package.

Note that 'go mod vendor' only copies packages that are transitively
imported by packages in the current module. If a new package is needed,
it should be imported before running 'go mod vendor'.

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Dec 2025 9.30 PM
root / root
0755
archive
--
4 Dec 2025 6.06 PM
root / root
0755
arena
--
16 Dec 2025 9.30 PM
root / root
0755
bufio
--
16 Dec 2025 9.30 PM
root / root
0755
builtin
--
16 Dec 2025 9.30 PM
root / root
0755
bytes
--
16 Dec 2025 9.30 PM
root / root
0755
cmd
--
16 Dec 2025 9.30 PM
root / root
0755
cmp
--
16 Dec 2025 9.30 PM
root / root
0755
compress
--
4 Dec 2025 6.06 PM
root / root
0755
container
--
4 Dec 2025 6.06 PM
root / root
0755
context
--
16 Dec 2025 9.30 PM
root / root
0755
crypto
--
16 Dec 2025 9.30 PM
root / root
0755
database
--
4 Dec 2025 6.06 PM
root / root
0755
debug
--
4 Dec 2025 6.06 PM
root / root
0755
embed
--
16 Dec 2025 9.30 PM
root / root
0755
encoding
--
16 Dec 2025 9.30 PM
root / root
0755
errors
--
16 Dec 2025 9.30 PM
root / root
0755
expvar
--
16 Dec 2025 9.30 PM
root / root
0755
flag
--
16 Dec 2025 9.30 PM
root / root
0755
fmt
--
16 Dec 2025 9.30 PM
root / root
0755
go
--
4 Dec 2025 6.06 PM
root / root
0755
hash
--
16 Dec 2025 9.30 PM
root / root
0755
html
--
16 Dec 2025 9.30 PM
root / root
0755
image
--
16 Dec 2025 9.30 PM
root / root
0755
index
--
4 Dec 2025 6.06 PM
root / root
0755
internal
--
16 Dec 2025 9.30 PM
root / root
0755
io
--
16 Dec 2025 9.30 PM
root / root
0755
iter
--
16 Dec 2025 9.30 PM
root / root
0755
log
--
16 Dec 2025 9.30 PM
root / root
0755
maps
--
16 Dec 2025 9.30 PM
root / root
0755
math
--
16 Dec 2025 9.30 PM
root / root
0755
mime
--
16 Dec 2025 9.30 PM
root / root
0755
net
--
16 Dec 2025 9.34 PM
root / root
0755
os
--
16 Dec 2025 9.30 PM
root / root
0755
path
--
16 Dec 2025 9.30 PM
root / root
0755
plugin
--
16 Dec 2025 9.30 PM
root / root
0755
reflect
--
16 Dec 2025 9.30 PM
root / root
0755
regexp
--
16 Dec 2025 9.30 PM
root / root
0755
runtime
--
16 Dec 2025 9.34 PM
root / root
0755
slices
--
16 Dec 2025 9.30 PM
root / root
0755
sort
--
16 Dec 2025 9.30 PM
root / root
0755
strconv
--
16 Dec 2025 9.30 PM
root / root
0755
strings
--
16 Dec 2025 9.30 PM
root / root
0755
structs
--
16 Dec 2025 9.30 PM
root / root
0755
sync
--
16 Dec 2025 9.30 PM
root / root
0755
syscall
--
16 Dec 2025 9.30 PM
root / root
0755
testing
--
16 Dec 2025 9.30 PM
root / root
0755
text
--
4 Dec 2025 6.06 PM
root / root
0755
time
--
16 Dec 2025 9.30 PM
root / root
0755
unicode
--
16 Dec 2025 9.30 PM
root / root
0755
unique
--
16 Dec 2025 9.30 PM
root / root
0755
unsafe
--
16 Dec 2025 9.30 PM
root / root
0755
vendor
--
16 Dec 2025 9.30 PM
root / root
0755
weak
--
16 Dec 2025 9.30 PM
root / root
0755
Make.dist
0.54 KB
4 Dec 2025 6.06 PM
root / root
0644
README.vendor
2.372 KB
4 Dec 2025 6.06 PM
root / root
0644
all.bash
0.369 KB
4 Dec 2025 6.06 PM
root / root
0755
all.bat
0.379 KB
4 Dec 2025 6.06 PM
root / root
0644
all.rc
0.382 KB
4 Dec 2025 6.06 PM
root / root
0755
bootstrap.bash
2.251 KB
4 Dec 2025 6.06 PM
root / root
0755
buildall.bash
2.075 KB
4 Dec 2025 6.06 PM
root / root
0755
clean.bash
0.506 KB
4 Dec 2025 6.06 PM
root / root
0755
clean.bat
0.464 KB
4 Dec 2025 6.06 PM
root / root
0644
clean.rc
0.371 KB
4 Dec 2025 6.06 PM
root / root
0755
cmp.bash
1.456 KB
4 Dec 2025 6.06 PM
root / root
0644
go.mod
0.256 KB
4 Dec 2025 6.06 PM
root / root
0644
go.sum
1.025 KB
4 Dec 2025 6.06 PM
root / root
0644
make.bash
7.443 KB
4 Dec 2025 6.06 PM
root / root
0755
make.bat
4.011 KB
4 Dec 2025 6.06 PM
root / root
0644
make.rc
3.747 KB
4 Dec 2025 6.06 PM
root / root
0755
race.bash
0.938 KB
4 Dec 2025 6.06 PM
root / root
0755
race.bat
0.626 KB
4 Dec 2025 6.06 PM
root / root
0644
run.bash
1.676 KB
4 Dec 2025 6.06 PM
root / root
0755
run.bat
0.479 KB
4 Dec 2025 6.06 PM
root / root
0644
run.rc
0.396 KB
4 Dec 2025 6.06 PM
root / root
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF