Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 366 for RSC (0.02 sec)

  1. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709162816-fe488b867524.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)
  2. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180214005840-23179ee8a569.txt

    rsc.io/quote@v0.0.0-20180214005840-23179ee8a569
    
    -- .mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- .info --
    {"Version":"v0.0.0-20180214005840-23179ee8a569","Name":"23179ee8a569bb05d896ae05c6503ec69a19f99f","Short":"23179ee8a569","Time":"2018-02-14T00:58:40Z"}
    -- go.mod --
    module "rsc.io/quote"
    
    require "rsc.io/sampler" v1.3.0
    -- quote.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
    - 2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709153244-fd906ed3b100.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: Thu Jul 12 20:46:50 UTC 2018
    - 2K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180709160352-0d003b9c4bfa.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/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)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v0.0.0-20180628003336-dd9747d19b04.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"
    
    AN EVEN WORSE 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)
  6. src/cmd/go/testdata/mod/not-rsc.io_quote_v0.1.0-nomod.txt

    (derived from rsc.io/quote@e7a685a342, but without an explicit go.mod file.)
    
    -- .mod --
    module "not-rsc.io/quote"
    -- .info --
    {"Version":"v0.1.0-nomod","Time":"2018-02-14T00:51:33Z"}
    -- 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"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 24 17:40:35 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_!c!g!o_v1.0.0.txt

    rsc.io/CGO v1.0.0
    
    -- .mod --
    module rsc.io/CGO
    -- .info --
    {"Version":"v1.0.0","Name":"","Short":"","Time":"2018-08-01T18:23:45Z"}
    -- go.mod --
    module rsc.io/CGO
    -- cgo.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 CGO
    
    // #cgo CFLAGS: -I${SRCDIR}
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 01 19:54:32 UTC 2018
    - 399 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_!q!u!o!t!e_v1.5.2.txt

    rsc.io/QUOTE v1.5.2
    
    -- .mod --
    module rsc.io/QUOTE
    
    require rsc.io/quote v1.5.2
    -- .info --
    {"Version":"v1.5.2","Name":"","Short":"","Time":"2018-07-15T16:25:34Z"}
    -- go.mod --
    module rsc.io/QUOTE
    
    require rsc.io/quote v1.5.2
    -- 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: Fri Jul 20 15:30:21 UTC 2018
    - 1.8K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/rsc.io_!q!u!o!t!e_v1.5.3-!p!r!e.txt

    rsc.io/QUOTE v1.5.3-PRE (sigh)
    
    -- .mod --
    module rsc.io/QUOTE
    
    require rsc.io/quote v1.5.2
    -- .info --
    {"Version":"v1.5.3-PRE","Name":"","Short":"","Time":"2018-07-15T16:25:34Z"}
    -- go.mod --
    module rsc.io/QUOTE
    
    require rsc.io/quote v1.5.2
    -- 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: Fri Jul 20 15:30:21 UTC 2018
    - 1.8K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_query_main.txt

    # 'go list -m' can show a version of the main module.
    go list -m rsc.io/quote@5d9f230b
    stdout '^rsc.io/quote v0.0.0-20180710144737-5d9f230bcfba$'
    go list -m rsc.io/quote@v1.5.2
    stdout '^rsc.io/quote v1.5.2$'
    go list -m rsc.io/quote@latest
    stdout '^rsc.io/quote v1.5.2$'
    
    # 'go list -m -versions' shows available versions.
    go list -m -versions rsc.io/quote
    stdout '^rsc.io/quote.*v1.5.2'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 15 00:06:54 UTC 2021
    - 1.6K bytes
    - Viewed (0)
Back to top