golang.org/x/build@v0.0.0-20240506185731-218518f32b70/devapp/static/index.html (about)

     1  <!DOCTYPE html>
     2  <!--
     3   Copyright 2022 The Go Authors. All rights reserved.
     4   Use of this source code is governed by a BSD-style
     5   license that can be found in the LICENSE file.
     6  -->
     7  
     8  <html lang="en">
     9  <meta charset="utf-8">
    10  <meta name="viewport" content="width=device-width, initial-scale=1">
    11  <title>Go Development Dashboard</title>
    12  <pre>
    13  <a href="/release">Releases</a>
    14  <a href="/reviews">Open reviews</a>
    15  <a href="/owners">Owners</a>
    16  <a href="/stats">Stats</a>
    17  
    18  <b>About the Dashboards</b>
    19  
    20  These dashboards are generated by
    21  <a href="https://godoc.org/golang.org/x/build/devapp">golang.org/x/build/devapp</a>.
    22  
    23  Issue information comes directly from GitHub.
    24  To change something about an issue here, go to GitHub.
    25  
    26  CL information comes directly from Gerrit.
    27  To change something about a CL here, go to Gerrit.
    28  
    29  The UI typically reflects data changes from both sources within a few tens of
    30  milliseconds.