Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 366 for RSC (0.15 sec)

  1. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.0.txt

    rsc.io/sampler@v1.2.0
    
    -- .mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- .info --
    {"Version":"v1.2.0","Name":"25f24110b153246056eccc14a3a4cd81afaff586","Short":"25f24110b153","Time":"2018-02-13T18:13:45Z"}
    -- go.mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- hello.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 3.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.0.txt

    rsc.io/sampler@v1.3.0
    
    -- .mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- .info --
    {"Version":"v1.3.0","Name":"0cc034b51e57ed7832d4c67d526f75a900996e5c","Short":"0cc034b51e57","Time":"2018-02-13T19:05:03Z"}
    -- glass.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.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:06 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_sampler_v1.2.1.txt

    generated by ./addmod.bash rsc.io/sampler@v1.2.1
    
    -- .mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- .info --
    {"Version":"v1.2.1","Name":"cac3af4f8a0ab40054fa6f8d423108a63a1255bb","Short":"cac3af4f8a0a","Time":"2018-02-13T18:16:22Z"}
    -- hello.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.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 17:49:01 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_quote_v1.5.0.txt

    rsc.io/quote@v1.5.0
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- .info --
    {"Version":"v1.5.0","Name":"3ba1e30dc83bd52c990132b9dfb1688a9d22de13","Short":"3ba1e30dc83b","Time":"2018-02-14T00:58:15Z"}
    -- 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: Thu Jul 12 20:46:50 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v2_v2.0.1.txt

    rsc.io/quote/v2@v2.0.1
    
    -- .mod --
    module rsc.io/quote/v2
    
    require rsc.io/sampler v1.3.0
    -- .info --
    {"Version":"v2.0.1","Name":"754f68430672776c84704e2d10209a6ec700cd64","Short":"754f68430672","Time":"2018-07-09T16:25:34Z"}
    -- go.mod --
    module rsc.io/quote/v2
    
    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
    - 2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_badfile2_v1.0.0.txt

    rsc.io/badfile1 v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/badfile2
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module rsc.io/badfile2
    -- ☺.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 18 02:08:59 UTC 2018
    - 172 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_fortune_v1.0.0.txt

    rsc.io/fortune v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/fortune
    -- .info --
    {"Version":"v1.0.0"}
    -- fortune.go --
    package main
    
    import "rsc.io/quote"
    
    func main() {
    	println(quote.Hello())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:25 UTC 2018
    - 199 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_needgo118_v0.0.1.txt

    rsc.io/needgo118 0.0.1
    written by hand
    
    -- .mod --
    module rsc.io/needgo118
    go 1.18
    
    -- go.mod --
    module rsc.io/needgo118
    go 1.18
    
    -- .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
    - 197 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_needgo121_v0.0.1.txt

    rsc.io/needgo121 0.0.1
    written by hand
    
    -- .mod --
    module rsc.io/needgo121
    go 1.21
    
    -- go.mod --
    module rsc.io/needgo121
    go 1.21
    
    -- .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
    - 197 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_badfile4_v1.0.0.txt

    rsc.io/badfile4 v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/badfile4
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module rsc.io/badfile4
    -- x/Y.go --
    package x
    -- x/y.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 18 02:08:59 UTC 2018
    - 191 bytes
    - Viewed (0)
Back to top