golang.org/x/build@v0.0.0-20240506185731-218518f32b70/app/appengine/index.yaml (about)

     1  # Copyright 2022 The Go Authors. All rights reserved.
     2  # Use of this source code is governed by a BSD-style
     3  # license that can be found in the LICENSE file.
     4  
     5  indexes:
     6  
     7  - kind: Commit
     8    ancestor: yes
     9    properties:
    10    - name: Num
    11      direction: desc
    12  
    13  - kind: Commit
    14    ancestor: yes
    15    properties:
    16    - name: Branch
    17    - name: Num
    18      direction: desc
    19  
    20  - kind: Commit
    21    ancestor: yes
    22    properties:
    23    - name: Time
    24      direction: desc