Update import path and mirror project docs
This commit is contained in:
@@ -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.
|
||||
@@ -20,7 +20,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/google/go-cloud/wire"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
// initApp returns a real app.
|
||||
|
||||
Reference in New Issue
Block a user