go mod
Module maintenance.
=> More information.
- Initialize new module in current directory:
go mod init {moduleName}
- Download modules to local cache:
go mod download
- Add missing and remove unused modules:
go mod tidy
- Verify dependencies have expected content:
go mod verify
- Copy sources of all dependencies into the vendor directory:
go mod vendor
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/go-mod.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.38624 milliseconds
- Gemini-to-HTML Time
- 0.350379 milliseconds
This content has been proxied by September (ba2dc).