Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for codereview (0.05 seconds)

  1. codereview.cfg

    Russ Cox <******@****.***> 1613759983 -0500
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 19 18:44:53 GMT 2021
    - 15 bytes
    - Click Count (0)
  2. misc/chrome/gophertool/popup.html

    <script src="gopher.js"></script>
    <script src="popup.js"></script>
    </head>
    <body style='margin: 0.5em; font-family: sans;'>
    <small><a href="#" url="https://golang.org/issue">issue</a>,
    <a href="#" url="https://golang.org/cl">codereview</a>,
    <a href="#" url="https://golang.org/change">commit</a>, or
    <a href="#" url="https://golang.org/pkg/">pkg</a> id/name:</small>
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Mar 05 02:35:21 GMT 2021
    - 830 bytes
    - Click Count (0)
  3. .gitattributes

    # endings, and so they are checked in with CRLF endings, with a test
    # in test/winbatch.go to catch problems. (See golang.org/issue/37791.)
    #
    # We'll prevent accidental CRLF line endings from entering the repo
    # via the git-codereview gofmt checks and tests.
    #
    # See golang.org/issue/9281.
    
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Jun 08 15:31:43 GMT 2020
    - 639 bytes
    - Click Count (0)
  4. lib/time/update.bash

    # update CODE and DATA below, and then run
    #
    #	./update.bash -commit
    #
    # That will prepare the files and create the commit.
    #
    # To review such a commit (as the reviewer), use:
    #
    #	git codereview change NNNNNN   # CL number
    #	cd lib/time
    #	./update.bash
    #
    # If it prints "No updates needed.", then the generated files
    # in the CL match the update.bash in the CL.
    
    # Versions to use.
    CODE=2025c
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:47:56 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  5. .github/CODEOWNERS

    .gitattributes                          @gradle/bt-developer-productivity
    gradle/                                 @gradle/bt-developer-productivity
    gradle/wrapper                          # @gradle/bt-developer-productivity no need for coderewiews for wrapper
    gradlew                                 @gradle/bt-developer-productivity
    gradlew.bat                             @gradle/bt-developer-productivity
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Nov 07 21:47:29 GMT 2025
    - 11K bytes
    - Click Count (0)
Back to Top