TLDR
Enter a command. For example: telnet, dvc fetch, docker inspect.

go mod

 
Module maintenance. More information: https://golang.org/cmd/go/#hdr-Module_maintenance.
 
  • 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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.