Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 202 for importpath (0.14 sec)

  1. src/go/doc/testdata/error2.2.golden

    // 
    PACKAGE error2
    
    IMPORTPATH
    	testdata/error2
    
    FILENAMES
    	testdata/error2.go
    
    TYPES
    	// 
    	type I0 interface {
    		// contains filtered or unexported methods
    	}
    
    	// 
    	type S0 struct {
    		// contains filtered or unexported fields
    	}
    
    	// 
    	type T0 struct {
    		ExportedField interface {
    			// contains filtered or unexported methods
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 337 bytes
    - Viewed (0)
  2. src/go/doc/testdata/f.1.golden

    // The package f is a go/doc test for functions and factory ...
    PACKAGE f
    
    IMPORTPATH
    	testdata/f
    
    FILENAMES
    	testdata/f.go
    
    TYPES
    	// 
    	type private struct{}
    
    	// Exported must always be visible. Was issue 2824. 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 240 bytes
    - Viewed (0)
  3. misc/go_android_exec/main.go

    	}
    
    	parts := strings.SplitN(string(bytes.TrimSpace(out)), ":", 4)
    	if len(parts) < 2 {
    		return errorf("%v: missing ':' in output: %q", cmd, out)
    	}
    	importPath = parts[0]
    	if importPath == "" || importPath == "." {
    		return errorf("current directory does not have a Go import path")
    	}
    	isStd, err = strconv.ParseBool(parts[1])
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 21 17:46:57 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  4. src/go/doc/testdata/bugpara.2.golden

    // 
    PACKAGE bugpara
    
    IMPORTPATH
    	testdata/bugpara
    
    FILENAMES
    	testdata/bugpara.go
    
    BUGS .Bugs is now deprecated, please use .Notes instead
    	Sometimes bugs have multiple paragraphs.
    	
    	Like this one.
    
    
    BUGS
    BUG(rsc)	Sometimes bugs have multiple paragraphs.
    	
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 275 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/list_testdata.txt

    # Issue 65406. The testdata directory in GOROOT/src
    # shouldn't be treated as a standard package.
    
    go list -f '{{.ImportPath}} {{.Dir}}' testdata
    ! stderr 'found package testdata in multiple modules'
    stdout 'testdata '$WORK${/}'gopath'${/}'src'
    
    -- go.mod --
    module testdata
    -- p.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 18:16:28 UTC 2024
    - 295 bytes
    - Viewed (0)
  6. src/go/doc/testdata/issue16153.0.golden

    // 
    PACKAGE issue16153
    
    IMPORTPATH
    	testdata/issue16153
    
    FILENAMES
    	testdata/issue16153.go
    
    CONSTANTS
    	// 
    	const (
    		X3	int64	= iota
    		Y3		= 1
    	)
    
    	// 
    	const (
    		X4	int64	= iota
    		Y4
    	)
    
    	// original test case 
    	const (
    		Y1 = 256
    	)
    
    	// variations 
    	const (
    		Y2 uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:01:14 UTC 2017
    - 277 bytes
    - Viewed (0)
  7. src/go/doc/testdata/issue16153.2.golden

    // 
    PACKAGE issue16153
    
    IMPORTPATH
    	testdata/issue16153
    
    FILENAMES
    	testdata/issue16153.go
    
    CONSTANTS
    	// 
    	const (
    		X3	int64	= iota
    		Y3		= 1
    	)
    
    	// 
    	const (
    		X4	int64	= iota
    		Y4
    	)
    
    	// original test case 
    	const (
    		Y1 = 256
    	)
    
    	// variations 
    	const (
    		Y2 uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:01:14 UTC 2017
    - 277 bytes
    - Viewed (0)
  8. src/go/doc/testdata/error2.0.golden

    // 
    PACKAGE error2
    
    IMPORTPATH
    	testdata/error2
    
    FILENAMES
    	testdata/error2.go
    
    TYPES
    	// 
    	type I0 interface {
    		// contains filtered or unexported methods
    	}
    
    	// 
    	type S0 struct {
    		// contains filtered or unexported fields
    	}
    
    	// 
    	type T0 struct {
    		ExportedField interface {
    			// contains filtered or unexported methods
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 337 bytes
    - Viewed (0)
  9. src/go/doc/testdata/issue16153.1.golden

    // 
    PACKAGE issue16153
    
    IMPORTPATH
    	testdata/issue16153
    
    FILENAMES
    	testdata/issue16153.go
    
    CONSTANTS
    	// original test case 
    	const (
    		x1	uint8	= 255
    		Y1		= 256
    	)
    
    	// variations 
    	const (
    		x2	uint8	= 255
    		Y2
    	)
    
    	// 
    	const (
    		X3	int64	= iota
    		Y3		= 1
    	)
    
    	// 
    	const (
    		X4	int64	= iota
    		Y4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:01:14 UTC 2017
    - 306 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/list_cgo_compiled_importmap.txt

    
    # "runtime/cgo [runtime.test]" appears in the test dependencies of "runtime",
    # because "runtime/cgo" itself depends on "runtime"
    
    go list -deps -test -compiled -f '{{if eq .ImportPath "net [runtime.test]"}}{{printf "%q" .Imports}}{{end}}' runtime
    
    	# Control case: the explicitly-imported package "sync" is a test variant,
    	# because "sync" depends on "runtime".
    stdout '"sync \[runtime\.test\]"'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 22:26:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top