Remove more references to Go Cloud (#75)

This commit is contained in:
Ross Light
2018-11-28 12:51:41 -08:00
committed by shantuo
parent 507d4f1d03
commit 1a5e046395
7 changed files with 6 additions and 17 deletions

View File

@@ -537,17 +537,6 @@ primitives and API.
[Dagger 2]: https://google.github.io/dagger/ [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? ### Why use pseudo-functions to create provider sets or injectors?
In the early prototypes, Wire directives were specially formatted comments. This In the early prototypes, Wire directives were specially formatted comments. This

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

View File

@@ -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"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.