Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 366 for RSC (0.04 sec)

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

    rsc.io/badfile1 v1.0.0
    written by hand
    this is part of the badfile test but is a valid zip file.
    
    -- .mod --
    module rsc.io/badfile1
    -- .info --
    {"Version":"v1.0.0"}
    -- go.mod --
    module rsc.io/badfile1
    -- α.go --
    package α
    -- .gitignore --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 18 02:08:59 UTC 2018
    - 264 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/mod/rsc.io_testonly_v1.0.0.txt

    rsc.io/testonly v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/testonly
    -- .info --
    {"Version":"v1.0.0"}
    -- testonly.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 10 00:47:06 UTC 2018
    - 142 bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_breaker_v1.0.0.txt

    rsc.io/breaker v1.0.0
    written by hand
    
    -- .mod --
    module rsc.io/breaker
    -- .info --
    {"Version":"v1.0.0"}
    -- breaker.go --
    package breaker
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 19 18:15:13 UTC 2018
    - 151 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_breaker_v2.0.0.txt

    rsc.io/breaker v2.0.0+incompatible
    written by hand
    
    -- .mod --
    module rsc.io/breaker
    -- .info --
    {"Version":"v2.0.0+incompatible", "Name": "7307b307f4f0dde421900f8e5126fadac1e13aed", "Short": "7307b307f4f0"}
    -- breaker.go --
    package breaker
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 19 18:15:13 UTC 2018
    - 255 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180710144737-5d9f230bcfba.txt

    }
    -- go.mod --
    module rsc.io/quote
    
    require (
    	rsc.io/quote/v3 v3.0.0
    	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
    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v3"
    
    // Hello returns a greeting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709162918-a91498bed0a7.txt

    	t.Fatal("buggy!")
    }
    -- 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
    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v3"
    
    // Hello returns a greeting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_quote_v1.5.3-pre1.txt

    	t.Fatal("buggy!")
    }
    -- 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
    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/sampler"
    
    // A CHANGE!
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.3K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180214005133-e7a685a342c0.txt

    rsc.io/quote@e7a685a342
    
    -- .mod --
    module "rsc.io/quote"
    -- .info --
    {"Version":"v0.0.0-20180214005133-e7a685a342c0","Name":"e7a685a342c001acc3eb7f5eafa82980480042c7","Short":"e7a685a342c0","Time":"2018-02-14T00:51:33Z"}
    -- 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.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_breaker_v2.0.0+incompatible.txt

    rsc.io/breaker v2.0.0+incompatible
    written by hand
    
    -- .mod --
    module rsc.io/breaker
    -- .info --
    {"Version":"v2.0.0+incompatible", "Name": "7307b307f4f0dde421900f8e5126fadac1e13aed", "Short": "7307b307f4f0"}
    -- breaker.go --
    package breaker
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 19 18:15:13 UTC 2018
    - 255 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709162749-b44a0b17b2d1.txt

    }
    -- go.mod --
    module rsc.io/quote
    
    require (
    	rsc.io/quote/v2 v2.0.1
    	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
    // license that can be found in the LICENSE file.
    
    // Package quote collects pithy sayings.
    package quote // import "rsc.io/quote"
    
    import "rsc.io/quote/v2"
    
    // Hello returns a greeting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 2.2K bytes
    - Viewed (0)
Back to top