Update import path and mirror project docs

This commit is contained in:
Ross Light
2018-11-12 14:37:53 -08:00
parent ded9eb899b
commit 30574010a0
127 changed files with 558 additions and 206 deletions

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");
// 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");
// you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
package main
import (
"github.com/google/go-cloud/wire"
"github.com/google/wire"
)
func injectFoo() Foo {