Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_generated_comments (0.42 sec)

  1. hack/update-vendor.sh

        print_go_mod_section "replace" "${go_mod_replace}"
      } > go.mod
    
      go mod edit -fmt
    }
    
    function add_generated_comments() {
      local local_tmp_dir
      local_tmp_dir=$(mktemp -d "${TMP_DIR}/add_generated_comments.XXXX")
      local go_mod_nocomments="${local_tmp_dir}/go.mod.nocomments.tmp"
    
      # drop comments before the module directive
      awk "
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top