From 1a5e046395259c2beca25ed733bf33ae6854e6c8 Mon Sep 17 00:00:00 2001 From: Ross Light Date: Wed, 28 Nov 2018 12:51:41 -0800 Subject: [PATCH] Remove more references to Go Cloud (#75) --- README.md | 11 ----------- internal/wire/testdata/BindInjectorArg/foo/foo.go | 2 +- internal/wire/testdata/BindInjectorArg/foo/wire.go | 2 +- internal/wire/testdata/FuncArgProvider/foo/foo.go | 2 +- internal/wire/testdata/FuncArgProvider/foo/wire.go | 2 +- .../wire/testdata/MultipleArgsSameType/foo/foo.go | 2 +- .../wire/testdata/MultipleArgsSameType/foo/wire.go | 2 +- 7 files changed, 6 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 82245e7..f1d06ff 100644 --- a/README.md +++ b/README.md @@ -537,17 +537,6 @@ primitives and API. [Dagger 2]: https://google.github.io/dagger/ -### Why is Wire part of Go Cloud? - -Wire was designed to reduce the toil in setting up the multitude of dependencies -often found when interacting with common cloud providers. However, Wire is not -coupled to Go Cloud or cloud servers: Wire is a standalone tool. - -The Go Cloud team is investigating splitting out Wire as its own repository. -Follow [#513][] for updates. - -[#513]: https://github.com/google/go-cloud/issues/513 - ### Why use pseudo-functions to create provider sets or injectors? In the early prototypes, Wire directives were specially formatted comments. This diff --git a/internal/wire/testdata/BindInjectorArg/foo/foo.go b/internal/wire/testdata/BindInjectorArg/foo/foo.go index de70ada..fe61a3f 100644 --- a/internal/wire/testdata/BindInjectorArg/foo/foo.go +++ b/internal/wire/testdata/BindInjectorArg/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/wire/testdata/BindInjectorArg/foo/wire.go b/internal/wire/testdata/BindInjectorArg/foo/wire.go index 1bc6a4f..86bb3d2 100644 --- a/internal/wire/testdata/BindInjectorArg/foo/wire.go +++ b/internal/wire/testdata/BindInjectorArg/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/wire/testdata/FuncArgProvider/foo/foo.go b/internal/wire/testdata/FuncArgProvider/foo/foo.go index e794e4c..c8af9b2 100644 --- a/internal/wire/testdata/FuncArgProvider/foo/foo.go +++ b/internal/wire/testdata/FuncArgProvider/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/wire/testdata/FuncArgProvider/foo/wire.go b/internal/wire/testdata/FuncArgProvider/foo/wire.go index b970f83..ed7b74f 100644 --- a/internal/wire/testdata/FuncArgProvider/foo/wire.go +++ b/internal/wire/testdata/FuncArgProvider/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/wire/testdata/MultipleArgsSameType/foo/foo.go b/internal/wire/testdata/MultipleArgsSameType/foo/foo.go index f632a5d..a633b2d 100644 --- a/internal/wire/testdata/MultipleArgsSameType/foo/foo.go +++ b/internal/wire/testdata/MultipleArgsSameType/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/wire/testdata/MultipleArgsSameType/foo/wire.go b/internal/wire/testdata/MultipleArgsSameType/foo/wire.go index d26e1e5..0eb3187 100644 --- a/internal/wire/testdata/MultipleArgsSameType/foo/wire.go +++ b/internal/wire/testdata/MultipleArgsSameType/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Cloud Authors +// Copyright 2018 The Wire Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.