Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 366 for RSC (0.04 sec)

  1. src/cmd/go/testdata/mod/rsc.io_quote_v3_v3.0.0.txt

    rsc.io/quote/v3@v3.0.0
    
    -- .mod --
    module rsc.io/quote/v3
    
    require rsc.io/sampler v1.3.0
    
    -- .info --
    {"Version":"v3.0.0","Name":"d88915d7e77ed0fd35d0a022a2f244e2202fd8c8","Short":"d88915d7e77e","Time":"2018-07-09T15:34:46Z"}
    -- go.mod --
    module rsc.io/quote/v3
    
    require rsc.io/sampler v1.3.0
    
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.1K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_quote_v1.4.0.txt

    rsc.io/quote@v1.4.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.0.0
    -- .info --
    {"Version":"v1.4.0","Name":"19e8b977bd2f437798c2cc2dcfe8a1c0f169481b","Short":"19e8b977bd2f","Time":"2018-02-14T00:56:05Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.0.0
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_needgo1223_v0.0.1.txt

    rsc.io/needgo1223 0.0.1
    written by hand
    
    -- .mod --
    module rsc.io/needgo1223
    go 1.22.3
    
    -- go.mod --
    module rsc.io/needgo1223
    go 1.22.3
    
    -- .info --
    {"Version":"v0.0.1"}
    -- p.go --
    package p
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 204 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt

    rsc.io/badsum@v1.0.0
    
    This module would match the hard-coded hash for rsc.io/badsum v1.0.0
    in modfetch/notary.go if not for the "break hash" line.
    
    -- .mod --
    module "rsc.io/badsum"
    -- .info --
    {"Version":"v1.0.0","Time":"2018-02-14T00:45:20Z"}
    -- go.mod --
    module "rsc.io/badsum"
    -- badsum.go --
    package badsum
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:45:06 UTC 2019
    - 326 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt

    rsc.io/badsum@v1.0.1
    
    This module would match the hard-coded hash for rsc.io/badsum v1.0.1/go.mod
    in modfetch/notary.go if not for the "break hash" line.
    
    -- .mod --
    module "rsc.io/badsum"
    # break hash
    -- .info --
    {"Version":"v1.0.1","Time":"2018-02-14T00:45:20Z"}
    -- go.mod --
    module "rsc.io/badsum"
    -- badsum.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:45:06 UTC 2019
    - 332 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_quote_v2.0.0.txt

    rsc.io/quote@v2.0.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- .info --
    {"Version":"v0.0.0-20180709153244-fd906ed3b100","Name":"fd906ed3b100e47181ffa9ec36d82294525c9109","Short":"fd906ed3b100","Time":"2018-07-09T15:32:44Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 20 15:30:21 UTC 2018
    - 2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_sampler_v1.0.0.txt

    rsc.io/sampler@v1.0.0
    
    -- .mod --
    module "rsc.io/sampler"
    -- .info --
    {"Version":"v1.0.0","Name":"60bef405c52117ad21d2adb10872b95cf17f8fca","Short":"60bef405c521","Time":"2018-02-13T18:05:54Z"}
    -- go.mod --
    module "rsc.io/sampler"
    -- sampler.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package sampler shows simple texts.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 568 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_panicnil_v1.0.0.txt

    rsc.io/panicnil v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/panicnil
    -- .info --
    {"Version":"v1.0.0"}
    -- fortune.go --
    package main
    
    func main() {
    	panic(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 10:55:13 UTC 2023
    - 166 bytes
    - Viewed (0)
  9. 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)
  10. src/cmd/go/testdata/mod/rsc.io_quote_v1.2.1.txt

    rsc.io/quote@v1.2.1
    
    -- .mod --
    module "rsc.io/quote"
    -- .info --
    {"Version":"v1.2.1","Name":"5c1f03b64ab7aa958798a569a31924655dc41e76","Short":"5c1f03b64ab7","Time":"2018-02-14T00:54:20Z"}
    -- go.mod --
    module "rsc.io/quote"
    -- quote.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.5K bytes
    - Viewed (0)
Back to top