Movatterモバイル変換


[0]ホーム

URL:


mod

module
v0.28.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2025 License:BSD-3-Clause

Details

Repository

cs.opensource.google/go/x/mod

Links

README

mod

PkgGoDev

This repository holds packages for writing toolsthat work directly with Go module mechanics.That is, it is for direct manipulation of Go modules themselves.

It is NOT about supporting general development tools thatneed to do things like load packages in module mode.That use case, where modules are incidental rather than the focus,should remain inx/tools,specificallyx/tools/go/packages.

The specific case of loading packages should still be done byinvoking the go command, which remains the single point oftruth for package loading algorithms.

Directories

PathSynopsis
Gosumcheck checks a go.sum file against a go.sum database server.
Gosumcheck checks a go.sum file against a go.sum database server.
internal
lazyregexp
Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
Package lazyregexp is a thin wrapper over regexp, allowing the use of global regexp variables without forcing them to be compiled at init.
Package modfile implements a parser and formatter for go.mod files.
Package modfile implements a parser and formatter for go.mod files.
Package module defines the module.Version type along with support code.
Package module defines the module.Version type along with support code.
Package semver implements comparison of semantic version strings.
Package semver implements comparison of semantic version strings.
Package sumdb implements the HTTP protocols for serving or accessing a module checksum database.
Package sumdb implements the HTTP protocols for serving or accessing a module checksum database.
dirhash
Package dirhash defines hashes over directory trees.
Package dirhash defines hashes over directory trees.
note
Package note defines the notes signed by the Go module database server.
Package note defines the notes signed by the Go module database server.
storage
Package storage defines storage interfaces for and a basic implementation of a checksum database.
Package storage defines storage interfaces for and a basic implementation of a checksum database.
tlog
Package tlog implements a tamper-evident log used in the Go module go.sum database server.
Package tlog implements a tamper-evident log used in the Go module go.sum database server.
Package zip provides functions for creating and extracting module zip files.
Package zip provides functions for creating and extracting module zip files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp