chore(cmd): clean up commands (#9705)

Move infrastructure related commands to under `cmd/infra` and
development stuff to `cmd/dev`. The default build command builds the
regular user facing binaries: syncthing, stdiscosrv, and strelaysrv.
This commit is contained in:
Jakob Borg
2024-09-21 09:04:22 +02:00
committed by GitHub
parent cbe1220680
commit d4770ddc77
49 changed files with 21 additions and 25 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ type Release struct {
Assets []Asset `json:"assets"`
// The HTML URL is needed for human readable links in the output created
// by cmd/stupgrades.
// by cmd/infra/stupgrades.
HTMLURL string `json:"html_url"`
}
@@ -34,7 +34,7 @@ type Asset struct {
Name string `json:"name"`
// The browser URL is needed for human readable links in the output created
// by cmd/stupgrades.
// by cmd/infra/stupgrades.
BrowserURL string `json:"browser_download_url,omitempty"`
}