Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,521 for examplev1 (0.18 sec)

  1. src/cmd/go/testdata/mod/example.com_quote_v1.5.2.txt

    Jay Conrod <******@****.***> 1585924975 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 03 17:42:31 UTC 2020
    - 217 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_retract_rationale_v1.9.0.txt

    Module example.com/retract/description retracts all versions of itself.
    The rationale comments have various problems.
    
    -- .mod --
    module example.com/retract/rationale
    
    go 1.14
    
    retract (
    	v1.0.0-empty
    
    	// short description
    	// more
    	//
    	// detail
    	v1.0.0-multiline1 // suffix
    	// after not included
    )
    
    // short description
    // more
    //
    // detail
    retract v1.0.0-multiline2 // suffix
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:11 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  3. docs/ru/docs/tutorial/schema-extra-example.md

    Итак, хотя поле `example` не является частью JSON-схемы, оно является частью настраиваемой версии JSON-схемы в OpenAPI, и именно это поле будет использоваться в UI документации.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.0.txt

    example.com/pseudoupgrade v0.1.0
    written by hand
    
    -- .mod --
    module example.com/pseudoupgrade
    
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2019-04-29T07:30:30Z"}
    
    -- pseudoupgrade.go --
    package pseudoupgrade
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 14:47:22 UTC 2019
    - 238 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/example.com_retract_ambiguous_v1.0.0.txt

    -- .mod --
    module example.com/retract/ambiguous
    
    go 1.16
    -- .info --
    {"Version":"v1.0.0"}
    -- nested/nested.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 18 15:31:11 UTC 2020
    - 129 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/example.com_retract_missingmod_v1.0.0.txt

    This version should be retracted, but the go.mod file for the version that would
    contain the retraction is not available.
    -- .mod --
    module example.com/retract/missingmod
    
    go 1.14
    -- .info --
    {"Version":"v1.0.0"}
    -- missingmod.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 11 13:08:54 UTC 2020
    - 252 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/example.com_retract_missingmod_v1.9.0.txt

    Jay Conrod <******@****.***> 1586976135 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 167 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/example.com_retract_self_prev_v1.9.0.txt

    Module example.com/retract/self/prev is a module that retracts its own
    latest version, as well as an earlier version.
    
    A previous unretracted release version, v1.1.0, is still available.
    
    -- .mod --
    module example.com/retract/self/prev
    
    go 1.15
    
    retract v1.0.0-bad // bad
    retract v1.9.0 // self
    
    -- .info --
    {"Version":"v1.9.0"}
    
    -- p.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:12:37 UTC 2020
    - 351 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/example.com_retract_self_pseudo_v0.0.0-20200325131415-0123456789ab

    See example.com_retract_self_pseudo_v1.9.0.txt.
    
    This version is not retracted. It should be returned by the proxy's
    @latest endpoint. It should match the @latest version query.
    
    TODO(golang.org/issue/24031): the proxy and proxy.golang.org both return
    the highest release version from the @latest endpoint, even if that
    version is retracted, so there is no way for the go command to
    discover an unretracted pseudo-version.
    
    -- .mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 568 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_badchain_b_v1.1.0.txt

    example.com/badchain/b v1.1.0
    
    -- .mod --
    module example.com/badchain/b
    
    require example.com/badchain/c v1.1.0
    -- .info --
    {"Version":"v1.1.0"}
    -- b.go --
    package b
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:00:56 UTC 2019
    - 200 bytes
    - Viewed (0)
Back to top