Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for print_go_mod_section (0.18 sec)

  1. hack/update-vendor.sh

         # otherwise print to the other file
         { print > \"${go_mod_other}\" }
      " < go.mod
      {
        cat "${go_mod_other}";
        print_go_mod_section "require" "${go_mod_require_direct}"
        print_go_mod_section "require" "${go_mod_require_indirect}"
        print_go_mod_section "replace" "${go_mod_replace}"
      } > go.mod
    
      go mod edit -fmt
    }
    
    function add_generated_comments() {
      local local_tmp_dir
    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