go

Table of Contents

1. Usage

1.1. Clean module cache

go clean -modcache

1.2. Run godoc sever locally

godoc -http=<hostport>

1.3. Others

  • mod
    • go mod init
    • go mod why
    • go mod edit
    • go mod tidy
    • go mod vendor

Created: 2024-07-16 Tue 16:44

Validate