Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 983 for hand (0.34 sec)

  1. src/cmd/vendor/golang.org/x/sys/plan9/mkall.sh

    # Some C libraries present alternate versions for binary compatibility
    # and translate them on the way in and out of system calls, but
    # there is almost always a #define that can get the real ones.
    # See types_darwin.c and types_linux.c for examples.
    #
    # * zerror_${GOOS}_${GOARCH}.go
    #
    # This machine-generated file defines the system's error numbers,
    # error strings, and signal numbers.  The generator is "mkerrors.sh".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt

    Written by hand.
    Test case for package moved into a parent module.
    
    -- .mod --
    module example.com/join/subpkg
    
    require example.com/join v1.1.0
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 09 21:00:53 UTC 2018
    - 177 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_badfile3_v1.0.0.txt

    rsc.io/badfile3 v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/badfile3
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module rsc.io/badfile3
    -- x?y.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 18 02:09:03 UTC 2018
    - 167 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/golang.org_x_useinternal_v0.1.0.txt

    written by hand — uses an internal package from another module
    (https://golang.org/s/go14internal)
    
    -- .mod --
    module golang.org/x/useinternal
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
    -- go.mod --
    module golang.org/x/useinternal
    -- useinternal.go --
    package useinternal
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 01:58:53 UTC 2018
    - 356 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/patch.example.com_direct_v1.0.0.txt

    patch.example.com/direct v1.0.0
    written by hand
    
    -- .mod --
    module patch.example.com/direct
    
    require (
    	patch.example.com/indirect v1.0.0
    )
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module patch.example.com/direct
    
    require (
    	patch.example.com/indirect v1.0.0
    )
    -- direct.go --
    package direct
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 16:37:07 UTC 2019
    - 336 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22.3.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22.3.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22.3.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)
  7. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.22rc1.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.22rc1.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.22rc1.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)
  8. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.23.0.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.23.0.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.23.0.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)
  9. src/cmd/go/testdata/mod/example.com_notags_v0.0.0-20190507143103-cc8cbe209b64.txt

    Written by hand.
    The "latest" version of a module without any tags.
    
    -- .mod --
    module example.com/notags
    -- .info --
    {"Version":"v0.0.0-20190507143103-cc8cbe209b64","Time":"2019-05-07T07:31:03-07:00"}
    -- notags.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 18 00:18:19 UTC 2019
    - 233 bytes
    - Viewed (0)
  10. 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)
Back to top