Source File
experiment.go
Belonging Package
golang.org/x/pkgsite/internal
package internal
const (
ExperimentDeprecatedDoc = "deprecated-doc"
ExperimentInsertSymbolSearchDocuments = "insert-symbol-search-documents"
ExperimentReadSymbolHistory = "read-symbol-history"
ExperimentSearchGrouping = "search-grouping"
ExperimentStyleGuide = "styleguide"
ExperimentSymbolHistoryMainPage = "symbol-history-main-page"
ExperimentSymbolHistoryVersionsPage = "symbol-history-versions-page"
ExperimentSymbolSearch = "symbol-search"
)
var Experiments = map[string]string{
ExperimentDeprecatedDoc: "Treat deprecated symbols specially in documentation.",
ExperimentInsertSymbolSearchDocuments: "Insert data into symbol_search_documents.",
ExperimentReadSymbolHistory: "Read data from the symbol_history table.",
ExperimentSearchGrouping: "Group search results.",
ExperimentStyleGuide: "Enable the styleguide.",
ExperimentSymbolHistoryMainPage: "Show package API history on the main unit page.",
ExperimentSymbolHistoryVersionsPage: "Show package API history on the versions page.",
ExperimentSymbolSearch: "Enable searching for symbols.",
}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |