Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Messages (0.41 sec)

  1. src/cmd/go/testdata/script/mod_download_private_vcs.txt

    stderr 'If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.'
    ! stdout .
    
    # Fetching a nonexistent commit should return an "unknown revision"
    # error message.
    ! go mod download github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b
    stderr '^go: github.com/golang/term@86186f3aba07ed0212cfb944f3398997d2d07c6b: invalid version: unknown revision 86186f3aba07ed0212cfb944f3398997d2d07c6b$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 16:37:00 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_deprecate_message.txt

    # When a message contains unprintable characters, 'go get' should say that
    # without printing the message.
    go get unprintable
    stderr '^go: module unprintable is deprecated: \(message omitted: contains non-printable characters\)$'
    go list -m -u -f '{{.Deprecated}}' unprintable
    stdout '^message contains ASCII BEL\x07$'
    
    -- go.mod --
    module use
    
    go 1.16
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. doc/next/4-runtime.md

    ## Runtime {#runtime}
    
    The traceback printed by the runtime after an unhandled panic or other
    fatal error now indents the second and subsequent lines of the error
    message (for example, the argument to panic) by a single tab, so that
    it can be unambiguously distinguished from the stack trace of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:10:41 UTC 2024
    - 359 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/gotoolchain_net.txt

    [!go-builder] env GOSUMDB=sum.golang.org  # Set explicitly in case GOROOT/go.env is modified.
    env GOTOOLCHAIN=go1.20.1
    
    	# Avoid resolving a "go1.20.1" from the user's real $PATH.
    	# That would not only cause the "downloading go1.20.1" message
    	# to be suppressed, but may spuriously fail:
    	# golang.org/dl/go1.20.1 expects to find its GOROOT in $HOME/sdk,
    	# but the script environment sets HOME=/no-home.
    env PATH=
    env path=
    
    go version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/README

    	The command succeeds if at least one match (or the exact
    	count, if given) is found.
    	The -q flag suppresses printing of matches.
    
    stop [msg]
    	stop execution of the script
    
    	The message is written to the script log, but no error is
    	reported from the script engine.
    
    symlink path -> target
    	create a symlink
    
    	Creates path as a symlink to target.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  6. api/go1.21.txt

    pkg log/slog, type LogValuer interface, LogValue() Value #56345
    pkg log/slog, type Record struct #56345
    pkg log/slog, type Record struct, Level Level #56345
    pkg log/slog, type Record struct, Message string #56345
    pkg log/slog, type Record struct, PC uintptr #56345
    pkg log/slog, type Record struct, Time time.Time #56345
    pkg log/slog, type Source struct #59280
    pkg log/slog, type Source struct, File string #59280
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 09:39:17 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top