command
module
Version:
v0.0.0-...-8ba13b2
Opens a new window with list of versions in this module.
Published: Feb 27, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
這個程式是一個 Go 語言的 web 伺服器,用來檢查特定的 Go 版本是否已經被標記(tagged)。它會定期地向 Go 語言的源碼庫發送 HTTP HEAD 請求,檢查指定版本是否已經被標記。一旦標記完成,伺服器將顯示一個通知,表示該版本已經釋出。
你可以將 1.4
改成 1.21
,以檢查 Go 1.21 版本是否已經被標記。修改 version
變數的初始值即可:
version = flag.String("version", "1.21", "Go version")
這樣伺服器就會開始檢查 Go 1.21 版本是否已經被標記。注意,實際上是否有 Go 1.21 版本取決於 Go 語言的開發團隊是否已經釋出該版本。
Documentation
¶
Outyet is a web server that announces whether or not a particular Go version
has been tagged.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.