golang/go

x/website: ref/mod's vcs-find section should mention the "mod" version control system

Open

#48.867 aberto em 8 de out. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19.008 forks)batch import
DocumentationNeedsFixhelp wantedmoduleswebsite

Métricas do repositório

Stars
 (133.883 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I recently asked a question which boils down to: can I publish a Go module in plain zip archives, without using a standard VCS like git?

@bcmills helpfully pointed me towards https://golang.org/ref/mod#serving-from-proxy, which is basically what I want :)

The reason I had failed to find that section of the reference doc is because I looked in https://golang.org/ref/mod#vcs-find, which does not list "mod" in its table. It probably should, and have the mention link to the serving-from-proxy section.

Guia do colaborador