Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 983 for hand (0.06 sec)

  1. src/cmd/go/testdata/mod/example.com_version_v1.0.1.txt

    example.com/version v1.0.1
    written by hand
    
    -- .mod --
    module example.com/version
    -- .info --
    {"Version":"v1.0.1"}
    -- version.go --
    package version
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 29 18:57:53 UTC 2018
    - 168 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.net_pkgadded_v1.1.0.txt

    Written by hand.
    Test module with a root package added in v1.1.0
    and a subpackage added in v1.2.0.
    
    -- .mod --
    module example.net/pkgadded
    
    go 1.16
    -- .info --
    {"Version":"v1.1.0"}
    -- go.mod --
    module example.net/pkgadded
    
    go 1.16
    -- README.txt --
    We will add the package example.net/pkgadded/subpkg in v1.2.0.
    -- pkgadded.go --
    // Package pkgadded was added in v1.1.0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 22 17:59:55 UTC 2020
    - 387 bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ArtifactResolutionExpectationSpec.groovy

            withModuleMetadata(expectation)
            withoutModuleMetadata(expectation)
        }
    
        /**
         * Short-hand notation for expecting a list of files independently of the fact module metadata is used or not
         * @param fileNames
         */
        void expectFiles(String... fileNames) {
            always {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.5.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22.5.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22.5.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.24rc1.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.24rc1.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.24rc1.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 187 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/patch.example.com_depofdirectpatch_v1.0.1.txt

    patch.example.com/depofdirectpatch v1.0.1
    written by hand
    
    -- .mod --
    module patch.example.com/depofdirectpatch
    -- .info --
    {"Version":"v1.0.1"}
    -- go.mod --
    module patch.example.com/depofdirectpatch
    -- depofdirectpatch.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 16:37:07 UTC 2019
    - 251 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/patch.example.com_indirect_v1.0.1.txt

    patch.example.com/indirect v1.0.1
    written by hand
    
    -- .mod --
    module patch.example.com/indirect
    -- .info --
    {"Version":"v1.0.1"}
    -- 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)
  8. src/cmd/go/testdata/mod/rsc.io_future_v1.0.0.txt

    rsc.io/future v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/future
    go 1.999
    -- .info --
    {"Version":"v1.0.0"}
    -- main.go --
    package main
    
    func main() {
    }
    -- go.mod --
    module rsc.io/future
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 17:07:09 UTC 2023
    - 199 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/example.com_invalidpath_v1_v1.0.0.txt

    example.com/invalidpath/v1 v1.0.0
    written by hand
    
    -- .mod --
    module example.com/invalidpath/v1
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module example.com/invalidpath/v1
    -- version.go --
    package version
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 13 18:48:02 UTC 2018
    - 229 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_split-incompatible_v2.1.0-pre+incompatible.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
    -- .info --
    {"Version": "v2.1.0-pre+incompatible"}
    -- README.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 13:54:10 UTC 2021
    - 347 bytes
    - Viewed (0)
Back to top