Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for go_build_constraints (0.38 sec)

  1. hack/boilerplate/boilerplate.py

            ref = refs[extension]
        else:
            ref = refs[basename]
    
        # remove extra content from the top of files
        if extension in ("go", "generatego"):
            data, found = regexs["go_build_constraints"].subn("", data, 1)
        elif extension in ["sh", "py"]:
            data, found = regexs["shebang"].subn("", data, 1)
    
        data = data.splitlines()
    
        # if our test file is smaller than the reference it surely fails!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top