Hello hyangah (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.mobile
LGTM 2014-10-15 9:50 GMT-04:00 <crawshaw@golang.org>: > Reviewers: hyangah, > > Message: > Hello hyangah (cc: golang-codereviews@googlegroups.com), > > I'd like you to review this change to > https://code.google.com/p/go.mobile > > > Description: > go.mobile/app: fix import path in docs > > Please review this at https://codereview.appspot.com/157040043/ > > Affected files (+1, -1 lines): > M app/doc.go > > > Index: app/doc.go > =================================================================== > --- a/app/doc.go > +++ b/app/doc.go > @@ -57,7 +57,7 @@ > import ( > "log" > > - "google.golang.org/mobile/app" > + "code.google.com/p/go.mobile/app" > ) > > func main() { > > > -- __
*** Submitted as https://code.google.com/p/go/source/detail?r=fc00b84356f9&repo=mobile *** go.mobile/app: fix import path in docs LGTM=hyangah R=hyangah CC=golang-codereviews https://codereview.appspot.com/157040043