Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for gofmt (0.03 sec)

  1. cmd/testdata/decryptObjectInfo.json.zst

    erver-Side-Encryption-S3-Sealed-Key":"IAAfAKxu8/Q/JnXQjc5kWvr9avkgEekM/1P9OYjoMMU9MScajUO7Z==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/gofmt/gofmt.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"zFvvo/BjB5T7JkREtDg5qSTM27=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfALH6BZHEDbdwt2mf/s...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // See also: go fmt, go vet.
    //
    // # Gofmt (reformat) package sources
    //
    // Usage:
    //
    //	go fmt [-n] [-x] [packages]
    //
    // Fmt runs the command 'gofmt -l -w' on the packages named
    // by the import paths. It prints the names of the files that are modified.
    //
    // For more about gofmt, see 'go doc cmd/gofmt'.
    // For more about specifying packages, see 'go help packages'.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    		return StalePath
    	}
    	if p.Goroot && strings.HasPrefix(p.ImportPath, "cmd/") && p.Name == "main" {
    		switch p.ImportPath {
    		case "cmd/go", "cmd/gofmt":
    			return ToBin
    		}
    		return ToTool
    	}
    	return ToBin
    }
    
    var cgoExclude = map[string]bool{
    	"runtime/cgo": true,
    }
    
    var cgoSyscallExclude = map[string]bool{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top