Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 5,776 for example2 (0.59 sec)

  1. src/cmd/go/testdata/mod/example.com_retract_rename_v1.9.0-new.txt

    Module example.com/retract/rename is renamed in this version.
    
    This happens frequently when a repository is renamed or when a go.mod file
    is added for the first time with a custom module path.
    -- .info --
    {"Version":"v1.9.0-new"}
    -- .mod --
    module example.com/retract/newname
    
    go 1.16
    
    // bad
    retract v1.0.0-bad
    -- go.mod --
    module example.com/retract/newname
    
    go 1.16
    
    // bad
    retract v1.0.0-bad
    -- newname.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 22 17:59:55 UTC 2020
    - 429 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_retract_self_prev_v1.0.0-bad.txt

    See example.com_retract_self_prev_v1.9.0.txt.
    
    This version is retracted.
    
    -- .mod --
    module example.com/retract/self/prev
    
    go 1.15
    
    -- .info --
    {"Version":"v1.0.0-bad"}
    
    -- p.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:12:37 UTC 2020
    - 192 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.1.1-0.20190429073117-b5426c86b553.txt

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

    patch.example.com/indirect v1.1.0
    written by hand
    
    -- .mod --
    module patch.example.com/indirect
    -- .info --
    {"Version":"v1.1.0"}
    -- go.mod --
    module patch.example.com/indirect
    -- direct.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 16:37:07 UTC 2019
    - 209 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/example.com_retract_self_pseudo_v1.0.0-bad.txt

    See example.com_retract_self_pseudo_v1.9.0.txt.
    
    This version is retracted.
    
    -- .mod --
    module example.com/retract/self/pseudo
    
    go 1.15
    
    -- .info --
    {"Version":"v1.0.0-bad"}
    
    -- p.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 196 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/example.com_split-incompatible_subpkg_v0.1.0.txt

    Written by hand.
    Test case for getting a package that has been moved to a nested module,
    with a +incompatible version (and thus no go.mod file) at the root module.
    
    -- .mod --
    module example.com/split-incompatible/subpkg
    -- .info --
    {"Version": "v0.1.0"}
    -- go.mod --
    module example.com/split-incompatible/subpkg
    
    go 1.16
    -- subpkg.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 24 04:11:43 UTC 2021
    - 353 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/example.com_retract_incompatible_v2.0.0+incompatible.txt

    The v1.0.0 release of example.com/retract/incompatible retracts
    v2.0.0+incompatible.
    
    -- .mod --
    module example.com/retract/incompatible
    -- .info --
    {"Version":"v2.0.0+incompatible"}
    -- incompatible.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 20 16:23:19 UTC 2020
    - 226 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/example.com_pseudoupgrade_v0.0.0-20190430073000-30950c05d534.txt

    example.com/pseudoupgrade v0.0.0-20190429073000-30950c05d534
    written by hand
    
    -- .mod --
    module example.com/pseudoupgrade
    
    -- .info --
    {"Version":"v0.0.0-20190430073000-30950c05d534","Name":"v0.0.0-20190430073000-30950c05d534","Short":"30950c05d534","Time":"2019-04-30T07:30:00Z"}
    
    -- pseudoupgrade.go --
    package pseudoupgrade
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 14 18:01:34 UTC 2019
    - 340 bytes
    - Viewed (0)
  9. src/go/doc/testdata/examples/README.md

    A .golden file is a txtar file with two sections for each example that should be
    created by doc.Examples from the corresponding .go file.
    
    One section, named EXAMPLE_NAME.Output, contains the example's output,
    the value of the field Example.Output.
    
    The other, named EXAMPLE_NAME.Play, contains the formatted code for a playable
    version of the example, the value of the field Example.Play.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 16:17:51 UTC 2022
    - 506 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_dotgo.go_v1.0.0.txt

    This module's path ends with ".go".
    Based on github.com/nats-io/nats.go.
    Used in regression tests for golang.org/issue/32483.
    
    -- .mod --
    module example.com/dotgo.go
    
    go 1.13
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module example.com/dotgo.go
    
    go 1.13
    -- dotgo.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 11 20:19:25 UTC 2019
    - 287 bytes
    - Viewed (0)
Back to top