Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1497)

Unified Diff: third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go

Issue 1275153002: Remove third_party/golang.org/x/mobile as it is no longer used with Go 1.5. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove golang.org/x/mobile Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
diff --git a/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go b/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
deleted file mode 100644
index 89b9d2d15eee252b85eab9f95270184aeab708f3..0000000000000000000000000000000000000000
--- a/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Package go_hi is an autogenerated binder stub for package hi.
-// gobind -lang=go golang.org/x/mobile/example/libhello/hi
-//
-// File is generated by gobind. Do not edit.
-package go_hi
-
-import (
- "golang.org/x/mobile/bind/seq"
- "golang.org/x/mobile/example/libhello/hi"
-)
-
-func proxy_Hello(out, in *seq.Buffer) {
- param_name := in.ReadUTF16()
- hi.Hello(param_name)
-}
-
-func init() {
- seq.Register("hi", 1, proxy_Hello)
-}

Powered by Google App Engine
This is Rietveld 408576698