Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for captureOsArgs (0.1 sec)

  1. src/internal/coverage/cfile/emit.go

    		}
    	}
    	return nil
    }
    
    // captureOsArgs converts os.Args() into the format we use to store
    // this info in the counter data file (counter data file "args"
    // section is a generic key-value collection). See the 'args' section
    // in internal/coverage/defs.go for more info. The args map
    // is also used to capture GOOS + GOARCH values as well.
    func captureOsArgs() map[string]string {
    	m := make(map[string]string)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top