Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crossPackage (0.09 sec)

  1. test/fixedbugs/issue20014.dir/main.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"sort"
    	"strings"
    
    	"issue20014.dir/a"
    )
    
    func main() {
    	samePackage()
    	crossPackage()
    
    	// Print fields registered with field tracking.
    	var fields []string
    	for _, line := range strings.Split(fieldTrackInfo, "\n") {
    		if line != "" {
    			fields = append(fields, strings.Split(line, "\t")[0])
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 19:48:35 UTC 2022
    - 1K bytes
    - Viewed (0)
Back to top